mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
zon: Add anonymous struct literal in the example
This commit is contained in:
parent
2201f74d7f
commit
39aca6f37e
@ -23,6 +23,7 @@
|
||||
//! .b = "hello, world!",
|
||||
//! .c = .{ true, false },
|
||||
//! .d = .{ 1, 2, 3 },
|
||||
//! .e = .{ .x = 13, .y = 67 },
|
||||
//! }
|
||||
//! ```
|
||||
//!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user