src.elv.sh/pkg/persistent/hashmap.bitmapNode.unpack (method)

2 uses

	src.elv.sh/pkg/persistent/hashmap (current package)
		hashmap.go#L348: func (n *bitmapNode) unpack(shift, idx uint32, newChild node, h Hash, eq Equal) *arrayNode {
		hashmap.go#L401: 			return n.unpack(shift, chunk(shift, hash), newNode, h, eq), true