Generics with <>. Deprecation of {} generics.

This commit is contained in:
Christoffer Lerno
2026-01-18 00:33:43 +01:00
parent d3ebd4a130
commit c3b2694834
93 changed files with 179 additions and 197 deletions

View File

@@ -2,7 +2,7 @@ module std::container::faults;
faultdef KEY_NOT_FOUND;
module std::container::map{Key, Type};
module std::container::map <Key, Type>;
import std::core::builtin;
import std::io;