Comment on Zig’s Io.Threaded is neatparentComments−ulbu20dbut zig has no ternaries, so it does not apply to a discussion about zig’s syntax.and ternary is a branch with no variable introduction, so it doesn’t apply again.(it’s basically a weak switch expression, and the value moves leftwards towards its invocation.)
Comments
but zig has no ternaries, so it does not apply to a discussion about zig’s syntax.
and ternary is a branch with no variable introduction, so it doesn’t apply again.
(it’s basically a weak switch expression, and the value moves leftwards towards its invocation.)