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