src.elv.sh/pkg/persistent/hashmap.arrayNode.withNewChild (method)
5 uses
src.elv.sh/pkg/persistent/hashmap (current package)
hashmap.go#L194: func (n *arrayNode) withNewChild(i uint32, newChild node, d int) *arrayNode {
hashmap.go#L205: return n.withNewChild(idx, newChild, 1), true
hashmap.go#L208: return n.withNewChild(idx, newChild, 0), added
hashmap.go#L226: return n.withNewChild(idx, nil, -1), true
hashmap.go#L228: return n.withNewChild(idx, newChild, 0), true
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)