func()

in llpath/path.go [73:77]


func (p Path) ExtendSlice(index int) Path {
	return p.Extend(
		PathComponent{pcSliceIdx, "", index},
	)
}