LoadCodepoints method

Pointer<Int> LoadCodepoints(
  1. Pointer<Char> text,
  2. Pointer<Int> count
)

Implementation

Pointer<Int> LoadCodepoints(Pointer<Char> text, Pointer<Int> count) {
  return _LoadCodepoints(text, count);
}