func github.com/lann/ps.setLowLevel

3 uses

	github.com/lann/ps (current package)
		map.go#L117: 	return setLowLevel(self, hash, hash, key, value)
		map.go#L120: func setLowLevel(self *tree, partialHash, hash uint64, key string, value Any) *tree {
		map.go#L133: 		m.children[i] = setLowLevel(self.children[i], partialHash>>shiftSize, hash, key, value)