src.elv.sh/pkg/persistent/hashmap.arrayNodeIterator.n (field)
3 uses
src.elv.sh/pkg/persistent/hashmap (current package)
hashmap.go#L262: n *arrayNode
hashmap.go#L268: for ; it.index < nodeCap && it.n.children[it.index] == nil; it.index++ {
hashmap.go#L271: it.current = it.n.children[it.index].iterator()
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)