Parameter | Description |
---|---|
start | The start index of the sub array. |
length | The length of the sub array. |
NativeArray<T> A view into the array that aliases the original array. Cannot be disposed.
Return a view into the array starting at the specified index.