mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Generics with <>. Deprecation of {} generics.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user