in llpath/path.go [62:67]
func (pc PathComponent) String() string { if pc.Type == pcSliceIdx { return fmt.Sprintf("[%d]", pc.Index) } return pc.Key }