Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
behavior
pub_enum
other.zig
pretty
plain
permalink
blame
history
•
6 lines
•
84 B
1
pub const APubEnum = enum {
2
One,
3
Two,
4
Three,
5
};
6
pub const size_t = u64;