Splits the array at a given index.
A new Uint8Array from the start to index i.
Error if the index is out of bounds.
The index to split the array.
The Uint8Array to split.
Generated using TypeDoc
Splits the array at a given index.
Returns
A new Uint8Array from the start to index i.
Throws
Error if the index is out of bounds.