src.elv.sh/pkg/persistent/hashmap.mapEntry.value (field)

14 uses

	src.elv.sh/pkg/persistent/hashmap (current package)
		hashmap.go#L239: 			newNode.entries[j].value = child
		hashmap.go#L305: 	value interface{}
		hashmap.go#L358: 				newNode.children[i] = entry.value.(node)
		hashmap.go#L361: 					shift+chunkBits, h(entry.key), entry.key, entry.value, h, eq)
		hashmap.go#L383: 	return &bitmapNode{n.bitmap, replaceEntry(n.entries, i, entry.key, entry.value)}
		hashmap.go#L414: 		child := entry.value.(node)
		hashmap.go#L424: 	newNode := createNode(shift+chunkBits, entry.key, entry.value, hash, k, v, h, eq)
		hashmap.go#L437: 		child := entry.value.(node)
		hashmap.go#L462: 		child := entry.value.(node)
		hashmap.go#L465: 		return entry.value, true
		hashmap.go#L486: 			it.current = entry.value.(node).iterator()
		hashmap.go#L500: 	return entry.key, entry.value
		hashmap.go#L555: 	return n.entries[idx].value, true
		hashmap.go#L578: 	return entry.key, entry.value