We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4498b28 commit d0085adCopy full SHA for d0085ad
NOTICE
@@ -8,6 +8,7 @@ under the licensing terms detailed in LICENSE:
8
* Igor Sbitnev <PinkaminaDianePie@gmail.com>
9
* Norton Wang <me@nortonwang.com>
10
* Alan Pierce <alangpierce@gmail.com>
11
+* Palmer <pengliao@live.cn>
12
13
Portions of this software are derived from third-party works licensed under
14
the following terms:
std/assembly/index.d.ts
@@ -524,6 +524,7 @@ declare class Map<K,V> {
524
readonly size: i32;
525
has(key: K): bool;
526
set(key: K, value: V): void;
527
+ get(key: K): V;
528
delete(key: K): bool;
529
clear(): void;
530
}
0 commit comments