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