mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-05 09:43:31 +02:00
5 lines
102 B
Diff
5 lines
102 B
Diff
72c72
|
|
< const tupni: u8 = @bitReverse(input);
|
|
---
|
|
> const tupni: u8 = @bitReverse(u8, input);
|