src.elv.sh/pkg/persistent/hashmap.arrayNode.pack (method)

2 uses

	src.elv.sh/pkg/persistent/hashmap (current package)
		hashmap.go#L224: 			return n.pack(int(idx)), true
		hashmap.go#L231: func (n *arrayNode) pack(skip int) *bitmapNode {