dict walk

This commit is contained in:
Folkert 2021-02-14 21:16:42 +01:00
parent 39c4353554
commit 1256327caa
12 changed files with 307 additions and 3 deletions

View file

@ -19,6 +19,7 @@ comptime {
exportDictFn(dict.dictUnion, "union");
exportDictFn(dict.dictIntersection, "intersection");
exportDictFn(dict.dictDifference, "difference");
exportDictFn(dict.dictWalk, "walk");
exportDictFn(hash.wyhash, "hash");
exportDictFn(hash.wyhash_rocstr, "hash_str");