GetCodepointCount function

int GetCodepointCount(
  1. String text
)

Implementation

int GetCodepointCount(
  String text,
) => _module.GetCodepointCount(text);