authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-12-01 02:14:17-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-12-01 02:14:17-05:00
log6f5e7ee09c9269cfcc454cde88960987054ee031
treee4b84fd07e20da67d443090fa22b7c9b05bb0f13
parenta9eab69b588176508d027f96eed298134433cd6e
signature Commit is signed but in an unrecognized format.

make std.unicode.Utf8Iterator public


1 files changed, 1 insertions(+), 1 deletions(-)

std/unicode.zig+1-1
...@@ -208,7 +208,7 @@ pub const Utf8View = struct {...@@ -208,7 +208,7 @@ pub const Utf8View = struct {
208 }208 }
209};209};
210210
211const Utf8Iterator = struct {211pub const Utf8Iterator = struct {
212 bytes: []const u8,212 bytes: []const u8,
213 i: usize,213 i: usize,
214214