type src.elv.sh/pkg/persistent/hashmap.node (interface)

Method Implmentations

assoc(shift, hash uint32, k, v interface{}, h Hash, eq Equal) (node, bool) (*arrayNode).assoc (*bitmapNode).assoc (*collisionNode).assoc
find(shift, hash uint32, k interface{}, eq Equal) (interface{}, bool) (*arrayNode).find (*bitmapNode).find (*collisionNode).find
without(shift, hash uint32, k interface{}, eq Equal) (node, bool) (*arrayNode).without (*bitmapNode).without (*collisionNode).without