src.elv.sh/pkg/persistent/hashmap.collisionNode.findIndex (method)

4 uses

	src.elv.sh/pkg/persistent/hashmap (current package)
		hashmap.go#L524: 		idx := n.findIndex(k, eq)
		hashmap.go#L540: 	idx := n.findIndex(k, eq)
		hashmap.go#L551: 	idx := n.findIndex(k, eq)
		hashmap.go#L558: func (n *collisionNode) findIndex(k interface{}, eq Equal) int {