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