Little break work on grammer, added Object trait to other stdlib objects
This commit is contained in:
@@ -11,7 +11,7 @@ fun map<T,U>(key:T, value:U): map<T,U> {
|
||||
return toRet
|
||||
}
|
||||
|
||||
obj map<T,U> {
|
||||
obj map<T,U> (Object) {
|
||||
var keys: vector::vector<T>
|
||||
var values: vector::vector<U>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user