src.elv.sh/pkg/persistent/hashmap.collisionNode.hash (field)
6 uses
src.elv.sh/pkg/persistent/hashmap (current package)
hashmap.go#L518: hash uint32
hashmap.go#L523: if hash == n.hash {
hashmap.go#L527: n.hash, replaceEntry(n.entries, uint32(idx), k, v)}, false
hashmap.go#L532: return &collisionNode{n.hash, newEntries}, true
hashmap.go#L535: wrap := bitmapNode{bitpos(shift, n.hash), []mapEntry{{nil, n}}}
hashmap.go#L547: return &collisionNode{n.hash, withoutEntry(n.entries, uint32(idx))}, true
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)