src.elv.sh/pkg/persistent/hashmap.collisionNodeIterator.n (field)

3 uses

	src.elv.sh/pkg/persistent/hashmap (current package)
		hashmap.go#L572: 	n     *collisionNode
		hashmap.go#L577: 	entry := it.n.entries[it.index]
		hashmap.go#L582: 	return it.index < len(it.n.entries)