Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
behavior
zon
anon.zon
pretty
plain
permalink
blame
history
•
16 lines
•
225 B
1
.{
2
.{
3
.bool_true = true,
4
.bool_false = false,
5
.string = "foo",
6
},
7
.{
8
null,
9
10,
10
36893488147419103232,
11
1.234,
12
'z',
13
.bar,
14
.{},
15
},
16
}