mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-16 08:21:44 +00:00
Parser fixes; Lib updates
This commit is contained in:
4
std/assembly/iterator.ts
Normal file
4
std/assembly/iterator.ts
Normal file
@ -0,0 +1,4 @@
|
||||
// export abstract class Iterator<T> {
|
||||
// abstract get done(): bool;
|
||||
// abstract next(): T;
|
||||
// }
|
Reference in New Issue
Block a user