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

10 uses

	src.elv.sh/pkg/persistent/hashmap (current package)
		hashmap.go#L479: 	current Iterator
		hashmap.go#L486: 			it.current = entry.value.(node).iterator()
		hashmap.go#L488: 			it.current = nil
		hashmap.go#L491: 		it.current = nil
		hashmap.go#L496: 	if it.current != nil {
		hashmap.go#L497: 		return it.current.Elem()
		hashmap.go#L508: 	if it.current != nil {
		hashmap.go#L509: 		it.current.Next()
		hashmap.go#L511: 	if it.current == nil || !it.current.HasElem() {