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