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 }; }