make std.unicode.Utf8Iterator public
This commit is contained in:
parent
a9eab69b58
commit
6f5e7ee09c
@ -208,7 +208,7 @@ pub const Utf8View = struct {
|
||||
}
|
||||
};
|
||||
|
||||
const Utf8Iterator = struct {
|
||||
pub const Utf8Iterator = struct {
|
||||
bytes: []const u8,
|
||||
i: usize,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user