func()

in llpath/path.go [80:84]


func (p Path) ExtendMap(key string) Path {
	return p.Extend(
		PathComponent{pcMapKey, key, -1},
	)
}