work on refcount

This commit is contained in:
Folkert 2021-02-13 16:41:13 +01:00
parent ac5eb0f6f6
commit e9f2d9d608
5 changed files with 98 additions and 26 deletions

View file

@ -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");