UnloadCodepoints method

void UnloadCodepoints(
  1. Pointer<Int> codepoints
)

Implementation

void UnloadCodepoints(Pointer<Int> codepoints) {
  return _UnloadCodepoints(codepoints);
}