mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
work on refcount
This commit is contained in:
parent
ac5eb0f6f6
commit
e9f2d9d608
5 changed files with 98 additions and 26 deletions
|
@ -13,6 +13,7 @@ comptime {
|
|||
exportDictFn(dict.dictRemove, "remove");
|
||||
exportDictFn(dict.dictContains, "contains");
|
||||
exportDictFn(dict.dictGet, "get");
|
||||
exportDictFn(dict.elementsRc, "elementsRc");
|
||||
|
||||
exportDictFn(hash.wyhash, "hash");
|
||||
exportDictFn(hash.wyhash_rocstr, "hash_str");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue