| author | |
| committer | |
| log | 6f5e7ee09c9269cfcc454cde88960987054ee031 |
| tree | e4b84fd07e20da67d443090fa22b7c9b05bb0f13 |
| parent | a9eab69b588176508d027f96eed298134433cd6e |
| signature | Commit is signed but in an unrecognized format. |
1 files changed, 1 insertions(+), 1 deletions(-)
std/unicode.zig+1-1| ... | ... | @@ -208,7 +208,7 @@ pub const Utf8View = struct { |
| 208 | 208 | } |
| 209 | 209 | }; |
| 210 | 210 | |
| 211 | const Utf8Iterator = struct { | |
| 211 | pub const Utf8Iterator = struct { | |
| 212 | 212 | bytes: []const u8, |
| 213 | 213 | i: usize, |
| 214 | 214 |