Skip to content

Commit 8ba5348

Browse files
committed
remove value from hash-map struct
1 parent 4993b0c commit 8ba5348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/data/hashmap.kk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import std/num/int64
1212
import std/data/hash
1313

1414

15-
pub value struct hash-map<k, v>
15+
pub struct hash-map<k, v>
1616
data : vector<list<(k,v)>>
1717
amount : int
1818
seed : int64

0 commit comments

Comments
 (0)