This website requires JavaScript.
Explore
Help
Sign In
mirror
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://github.com/ziglang/zig.git
synced
2025-12-25 15:43:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
zig
/
doc
History
Andrew Kelley
b735764898
different array literal syntax when inferring the size
...
old syntax: []i32{1, 2, 3} new syntax: [_]i32{1, 2, 3}
closes
#1797
2019-06-09 19:26:32 -04:00
..
codegen.md
breaking syntax change: ??x to x.? (
#1095
)
2018-06-09 23:42:14 -04:00
docgen.zig
different array literal syntax when inferring the size
2019-06-09 19:26:32 -04:00
langref.html.in
different array literal syntax when inferring the size
2019-06-09 19:26:32 -04:00