Braedon
Braedon
Having a quick look there are actually 3 issues with this file. ```zig lazy.range(i32(0), 100, 1); // will go from 1, to 100 lazy.range(i32(10), 100, 5); // will do 5,...
@JonBoyleCoding Hey! Thanks for raising this PR. Sadly, I'm not that up to date with Zig these days (mostly moved onto other projects) so my reference for these sorts of...
Huh, looks like some other bugs exist. I'll jump into some fixes later.
@bheads what's a use-case for a required flag, couldn't you just state that if the flag isn't given it is false by default and if it is given it is...
@PavelVozenilek I definitely understand your plight with Java's annotations, but keep in mind this ISN'T annotations, this is merely extra meta data. For example in java you have stuff like...
@monouser7dig we needed a string to function dictionary because we wanted to allow users to type commands and have them run, maybe there was a better data structure regardless there...
Wow! Amazing feedback. Most of the proposed 'userland' solutions can be expressed honestly as a bit 'ugly' with @alexnask's probably the least ugly though in that essence it is the...