src.elv.sh/pkg/persistent/hashmap.arrayNode.children (field)
11 uses
src.elv.sh/pkg/persistent/hashmap (current package)
hashmap.go#L191: children [nodeCap]node
hashmap.go#L195: newChildren := n.children
hashmap.go#L202: child := n.children[idx]
hashmap.go#L213: child := n.children[idx]
hashmap.go#L234: for i, child := range n.children {
hashmap.go#L248: child := n.children[idx]
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()
hashmap.go#L351: newNode.children[idx] = newChild
hashmap.go#L358: newNode.children[i] = entry.value.(node)
hashmap.go#L360: newNode.children[i], _ = emptyBitmapNode.assoc(
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)