LoadCodepoints function

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

Implementation

Pointer<Int> LoadCodepoints(Pointer<Char> text, Pointer<Int> count) => _module.LoadCodepoints(text, count);