SliceIndex is a [PathStep] that represents an index operation on a slice or array at some index [SliceIndex.Key].
| 218 | // SliceIndex is a [PathStep] that represents an index operation on |
| 219 | // a slice or array at some index [SliceIndex.Key]. |
| 220 | type SliceIndex struct{ *sliceIndex } |
| 221 | type sliceIndex struct { |
| 222 | pathStep |
| 223 | xkey, ykey int |
nothing calls this directly
no outgoing calls
no test coverage detected