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