fn utf16CountCodepoints(utf16le: []const u16) !usize
[src]
Returns the length of a supplied UTF-16 string literal in terms of unicode codepoints.
fn utf16CountCodepoints(utf16le: []const u16) !usize
Returns the length of a supplied UTF-16 string literal in terms of unicode codepoints.