Convert an array of type parameter to StaticArray
This will perform a deep copy only for native types. inspired by https://github.com/AssemblyScript/assemblyscript/blob/main/std/assembly/array.ts#L69-L81
The converted StaticArray (byte array) representation of the native type array.
the array to convert
Generated using TypeDoc
Convert an array of type parameter to StaticArray
Remarks
This will perform a deep copy only for native types. inspired by https://github.com/AssemblyScript/assemblyscript/blob/main/std/assembly/array.ts#L69-L81
Returns
The converted StaticArray (byte array) representation of the native type array.