justin330

Results 4 comments of justin330

Thanks @nektro, while not immediately obvious, I did eventually learn that `@max/@min` actually stops the compiler from failing due to signed to unsigned conversions, though it does seem to be...

@Lking03x While I understand your point and strongly agree in principal, I don't think that's the case here. What I'm requesting isn't simplification for the sake of simplification, its a...

To add to @jcollie has suggested, docs should include the command line equivalent of steps in the build file. Creating modules for example: ``` const module = b.createModule(.{ .source_file =...

I thought I had done this already but seems I forgotten; here's what I have so far: ```zig //! fit.zig, fit.cap, fit.wrap const std = @import("std"); /// fit by limiting...