Hello! I’m new here and to Zig. I’m looking through zbox at a function called row and the opening { is closed with a } before its return statement here, and I just can’t make heads or tails of this. The function is able to return, and if the assertion right before fails, it does so inside of the row function. I want to understand how this code block is a part of the row function so that I can understand basic Zig syntax.
Also I have a fork of zbox that can compile against Zig Master here. Seems a std library change broke the other one.