ziglings/patches/patches/064_builtins.patch
2022-07-31 10:56:46 -04:00

9 lines
197 B
Diff

72c72
< const expected_result: u8 = ???;
---
> const expected_result: u8 = 0b00010010;
88c88
< const tupni: u8 = @bitReverse(input);
---
> const tupni: u8 = @bitReverse(u8, input);