Convert an array of object to StaticArray
the array to convert
The converted StaticArray (byte array) representation of the 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 object to StaticArray