Files
zig/lib/std
Richard Levitte ffcfeb919f Fix std.fmt.hex() to work with unsigned ints of all multiples of 8 bits
@SizeOf(@typeInfo(T)) for any u{n} seems to give sizes of u32, u64, u128
and so on, depending on what size x fits into.  This causes problems with
'>>' if x isn't exactly one of those sizes.

@typeInfo(@TypeOf(x)).int.bits gives a more accurate size.
2026-04-16 19:44:40 +02:00
..
2026-04-15 17:43:53 -07:00
2026-04-03 12:27:34 +02:00
2026-04-13 01:30:14 -07:00
2025-11-22 22:42:38 +00:00
2026-04-10 23:23:33 +02:00
2025-11-22 22:42:38 +00:00
2026-04-16 16:00:21 +02:00
2026-02-11 23:37:31 +01:00
2026-03-10 10:38:50 +00:00
2026-04-15 17:43:53 -07:00
2026-04-16 19:21:16 +02:00
2026-04-13 01:30:14 -07:00
2026-03-10 10:26:07 +00:00
2025-12-22 10:00:35 -08:00
2025-11-22 22:42:38 +00:00
2026-03-21 02:56:24 -04:00
2025-08-29 17:14:26 -07:00
2025-08-29 17:14:26 -07:00
2026-03-10 10:38:50 +00:00
2026-04-16 19:21:16 +02:00
2025-08-28 18:30:57 -07:00
2026-03-12 17:44:03 -04:00
2025-07-16 10:27:39 -07:00
2026-04-15 17:43:53 -07:00