- del
void del(T key)
Undocumented in source. Be warned that the author may not have intended to support it.
- iterate
void iterate(Visitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- iterate
void iterate(void delegate(Slice key, Slice value) puts, void delegate(Slice key) dels)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(K key, V val)
Undocumented in source. Be warned that the author may not have intended to support it.