TextLength function

int TextLength(
  1. Pointer<Char> text
)

Implementation

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