Commit 39aca6f37e

Manlio Perillo <manlio.perillo@gmail.com>
2025-08-15 14:33:55
zon: Add anonymous struct literal in the example
1 parent 2201f74
Changed files (1)
lib
lib/std/zon.zig
@@ -23,6 +23,7 @@
 //!     .b = "hello, world!",
 //!     .c = .{ true, false },
 //!     .d = .{ 1, 2, 3 },
+//!     .e = .{ .x = 13, .y = 67 },
 //! }
 //! ```
 //!