Function initUnchecked [src]
Prototype
pub fn initUnchecked(s: []const u8) Utf8View Parameters
s: []const u8 Source
pub fn initUnchecked(s: []const u8) Utf8View {
return Utf8View{ .bytes = s };
} pub fn initUnchecked(s: []const u8) Utf8View s: []const u8 pub fn initUnchecked(s: []const u8) Utf8View {
return Utf8View{ .bytes = s };
}