Fields

bytes: []const u8,
i: usize,

Functions

fn nextCodepoint(it: *Utf8Iterator) ?u21

No documentation provided.

fn nextCodepointSlice(it: *Utf8Iterator) ?[]const u8

No documentation provided.

fn peek(it: *Utf8Iterator, n: usize) []const u8

Look ahead at the next n codepoints without advancing the iterator. If fewer th…

Look ahead at the next n codepoints without advancing the iterator. If fewer than n codepoints are available, then return the remainder of the string.