LoadUTF8 method

Pointer<Char> LoadUTF8(
  1. Pointer<Int> codepoints,
  2. int length
)

Implementation

Pointer<Char> LoadUTF8(Pointer<Int> codepoints, int length) {
  return _LoadUTF8(codepoints, length);
}