Converts a StaticArray containing UTF-8 encoded data to a UTF-16 string (AssemblyScript's default).
the array to convert
A UTF-16 string representation of the input array.
If the array is empty, returns an empty string.
Generated using TypeDoc
Converts a StaticArray containing UTF-8 encoded data to a UTF-16 string (AssemblyScript's default).