commit 6f5e7ee09c9269cfcc454cde88960987054ee031 (tree) parent a9eab69b588176508d027f96eed298134433cd6e Author: Andrew Kelley <andrew@ziglang.org> Date: Sat, 1 Dec 2018 02:14:17 -0500 make std.unicode.Utf8Iterator public Diffstat:
| M | std/unicode.zig | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/std/unicode.zig b/std/unicode.zig @@ -208,7 +208,7 @@ pub const Utf8View = struct { } }; -const Utf8Iterator = struct { +pub const Utf8Iterator = struct { bytes: []const u8, i: usize,