src.elv.sh/pkg/persistent/vector.vector.pushTail (method)

3 uses

	src.elv.sh/pkg/persistent/vector (current package)
		vector.go#L187: 		newRoot = v.pushTail(v.height, v.root, tailNode)
		vector.go#L193: func (v *vector) pushTail(height uint, n node, tail node) node {
		vector.go#L203: 		m[idx] = v.pushTail(height-1, child.(node), tail)