mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-18 01:11:32 +00:00
Parser fixes; Lib updates
This commit is contained in:
@ -66,3 +66,14 @@ export class Set<T> {
|
||||
|
||||
// TODO: think about iterators
|
||||
}
|
||||
|
||||
// class SetIterator<T> extends Iterator<T> {
|
||||
|
||||
// get done(): bool {
|
||||
// throw new Error("not implemented");
|
||||
// }
|
||||
|
||||
// next(): T {
|
||||
// throw new Error("not implemented");
|
||||
// }
|
||||
// }
|
||||
|
Reference in New Issue
Block a user