Skip to content

Commit 6f5e7ee

Browse files
committed
make std.unicode.Utf8Iterator public
1 parent a9eab69 commit 6f5e7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/unicode.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ pub const Utf8View = struct {
208208
}
209209
};
210210

211-
const Utf8Iterator = struct {
211+
pub const Utf8Iterator = struct {
212212
bytes: []const u8,
213213
i: usize,
214214

0 commit comments

Comments
 (0)