Helehex

Results 69 comments of Helehex

here's a solution https://github.com/modularml/mojo/pull/2493

I agree with adding underscores to attributes that should not be accessed directly

I have another one ready for bitwise `reduce_and()`/`reduce_or()`, but waiting on this and simd bool constrain to go through .

now i feel like these all should've been done in one go to avoid the intermediate problems, but i guess there's a chance bitwise reduce might not be desired

oh i forgot the changelog entry, hang on

there's a typo in the changelog under the `repr()` section, I think `by [@mikowals]` should be `by [@gabrieldemarmiesse]`

i guess we might want `all()` of an empty iterator to return `True`?

This is interesting, my initial thoughts are I like this idea, as long as we can get all the same behavior. Carrying the extra member for the SBO doesn't add...