mirror of
https://github.com/ziglang/zig.git
synced 2025-02-16 09:30:17 +00:00
Updated FAQ (markdown)
parent
363a13f444
commit
c22bbf689a
6
FAQ.md
6
FAQ.md
@ -105,4 +105,8 @@ and search for `fn entry` (you'll see it twice because zig first produces "IR0"
|
||||
|
||||
```
|
||||
zig build-obj reduction.zig --verbose-ir |& less
|
||||
```
|
||||
```
|
||||
|
||||
## Why was varargs replaced with tuples?
|
||||
|
||||
see https://github.com/ziglang/zig/issues/208#issuecomment-393777148
|
Loading…
Reference in New Issue
Block a user