Converts a Uint8Array into an array of native types.
This function is inspired by https://github.com/AssemblyScript/assemblyscript/blob/main/std/assembly/array.ts#L69-L81
An array of converted native types.
The Uint8Array to convert.
The typed array unit type.
Generated using TypeDoc
Converts a Uint8Array into an array of native types.
Remarks
This function is inspired by https://github.com/AssemblyScript/assemblyscript/blob/main/std/assembly/array.ts#L69-L81
Returns
An array of converted native types.