StringUtf16Pointer extension

Extension method for converting a String to a Pointer<Utf16>.

on

Methods

toNativeUtf16({Allocator allocator = malloc}) Pointer<Utf16>
Creates a zero-terminated Utf16 code-unit array from this String.