mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
16 lines
225 B
Text
16 lines
225 B
Text
.{
|
|
.{
|
|
.bool_true = true,
|
|
.bool_false = false,
|
|
.string = "foo",
|
|
},
|
|
.{
|
|
null,
|
|
10,
|
|
36893488147419103232,
|
|
1.234,
|
|
'z',
|
|
.bar,
|
|
.{},
|
|
},
|
|
}
|