A cursed quail e12dc4947c std.zig: fmtId returns a FormatId
Changes fmtId to return the FormatId type directly, and renames the
FormatId.render function to FormatId.format, so it can be used in a
format expression directly.

Why? Since `render` is private, you can't create functions that wrap
`fmtId` or `fmtIdFlags`, since you can't name the return type of those
functions outside of std itself.

The current setup _might_ be intentional? In which case I can live with
it, but I figured I'd make a small contrib to upstream zig :)
2025-07-26 21:53:23 -07:00
..
2025-07-25 17:33:11 -07:00
2025-07-22 09:41:44 -07:00
2025-04-04 06:08:09 +02:00
2025-07-26 21:53:23 -07:00
2025-06-06 23:42:14 -07:00