Returns a sliced view of the instance.
arrayview_slice_view(ndarrayview, start_offset, extent, read_only = TRUE)
| ndarrayview | NDArrayView |
|---|---|
| start_offset | (list) shape of the same rank as this Value instance that denotes the start of the slicing |
| extent | (list) shape of the right-aligned extent to keep |
| read_only | (bool) whether the data can be modified |