GetCodepointCount function

int GetCodepointCount(
  1. Pointer<Char> text
)

Implementation

int GetCodepointCount(Pointer<Char> text) => _module.GetCodepointCount(text);