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, which can't be disposed.
Gets a view into an array starting at the specified index.