I'm trying to get a switch branch working if an optional is equal to a specific value but I'm new and recently learning similar but different languages. Can't figure it out from the docs because I'm doing multiple new syntaxes at once
./src/main.zig:167:22: error: values of type 'comptime_int' must be comptime known
.File => if (optsize != null and optsize.? == 0) '0' else ' ',