mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-17 17:01:37 +00:00
static array stuff
This commit is contained in:
@ -65,7 +65,9 @@ export class Map<K,V> {
|
||||
|
||||
get size(): i32 { return this.entriesCount; }
|
||||
|
||||
constructor() { this.clear(); }
|
||||
constructor() {
|
||||
this.clear();
|
||||
}
|
||||
|
||||
clear(): void {
|
||||
const bucketsSize = INITIAL_CAPACITY * <i32>BUCKET_SIZE;
|
||||
|
Reference in New Issue
Block a user