Function fmtIdPU [src]
Prototype
pub fn fmtIdPU(bytes: []const u8) FormatId
Parameters
bytes: []const u8
Source
pub fn fmtIdPU(bytes: []const u8) FormatId {
return .{ .bytes = bytes, .flags = .{ .allow_primitive = true, .allow_underscore = true } };
}