mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
implement decref, fuse RC operations
This commit is contained in:
parent
c9e2958947
commit
210bd18fe3
8 changed files with 422 additions and 122 deletions
|
@ -14,6 +14,8 @@ comptime {
|
|||
exportDictFn(dict.dictContains, "contains");
|
||||
exportDictFn(dict.dictGet, "get");
|
||||
exportDictFn(dict.elementsRc, "elementsRc");
|
||||
exportDictFn(dict.dictKeys, "keys");
|
||||
exportDictFn(dict.dictValues, "values");
|
||||
|
||||
exportDictFn(hash.wyhash, "hash");
|
||||
exportDictFn(hash.wyhash_rocstr, "hash_str");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue