fn utf8CountCodepoints(s: []const u8) !usize

Returns the length of a supplied UTF-8 string literal in terms of unicode codepoints.

Parameters

s: []const u8,