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