mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-14 23:41:30 +00:00
More stdlib setup
This commit is contained in:
4
std/assembly/set.ts
Normal file
4
std/assembly/set.ts
Normal file
@ -0,0 +1,4 @@
|
||||
@global()
|
||||
export class Set<T> {
|
||||
// TODO
|
||||
}
|
Reference in New Issue
Block a user