make std.unicode.Utf8Iterator public

This commit is contained in:
Andrew Kelley 2018-12-01 02:14:17 -05:00
parent a9eab69b58
commit 6f5e7ee09c
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9

View File

@ -208,7 +208,7 @@ pub const Utf8View = struct {
}
};
const Utf8Iterator = struct {
pub const Utf8Iterator = struct {
bytes: []const u8,
i: usize,