I should have learned Zig *before* crashing a Zig #FOSDEM
@mcsinyx Symbols?
Yes, @huy_ngo, symbols. Things that get included in C/C++ context. There's a convention for putting used symbols for each header but it's hardly a popular one.
@mcsinyx wait a min you can reference std before declaring it?
@huy_ngo, top level declarations in Zig are order-independent.
So i1 is a type to store -1 and 0. Neat.