mini-hamt
mini-hamt copied to clipboard
It'd be nice to have a way to find out what keys are present in a tree: ``` js data = hamt.empty data = hamt.set(data, 'a', 'hello') data = hamt.set(data,...
I wonder if `4` depends on the number of bits used and thus should be also a constant that must be adjusted as soon the number of bits are altered?...
I know this is out of scope for mini-hamt, but what do you think would be the best way to implement nested structures? I want to be able to do...