authorgravatar for manlio.perillo@gmail.comManlio Perillo <manlio.perillo@gmail.com> 2025-08-15 14:33:55+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-08-15 23:35:16+02:00
log39aca6f37e83e263236339f9e67bace2a098cd16
treeb4fc3b6179927247276836c744ef9f3734f0b7a8
parent2201f74d7fbb9f532fa3b7e075c21ce531698648

zon: Add anonymous struct literal in the example


1 files changed, 1 insertions(+), 0 deletions(-)

lib/std/zon.zig+1
......@@ -23,6 +23,7 @@
2323//! .b = "hello, world!",
2424//! .c = .{ true, false },
2525//! .d = .{ 1, 2, 3 },
26//! .e = .{ .x = 13, .y = 67 },
2627//! }
2728//! ```
2829//!