src.elv.sh/pkg/persistent/hashmap.arrayNodeIterator.current (field)

7 uses

	src.elv.sh/pkg/persistent/hashmap (current package)
		hashmap.go#L264: 	current Iterator
		hashmap.go#L271: 		it.current = it.n.children[it.index].iterator()
		hashmap.go#L273: 		it.current = nil
		hashmap.go#L278: 	return it.current.Elem()
		hashmap.go#L282: 	return it.current != nil
		hashmap.go#L286: 	it.current.Next()
		hashmap.go#L287: 	if !it.current.HasElem() {