Convert an array of native numbers to StaticArray
the array to convert
The converted StaticArray (byte array) representation of the native type array.
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
Generated using TypeDoc
Convert an array of native numbers to StaticArray