Deserialize a byte array into a native type array.
This function is inspired by the AssemblyScript standard library array implementation.
AssemblyScript array implementation
The converted native type array representation of the byte array.
The byte array to convert into a native type array.
Generated using TypeDoc
Deserialize a byte array into a native type array.
Remarks
This function is inspired by the AssemblyScript standard library array implementation.
See
AssemblyScript array implementation
Returns
The converted native type array representation of the byte array.