mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-05 17:53:30 +02:00
added ex064 builtins
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
72,73c72,73
|
||||
< const tupni: u8 = @bitReverse(input);
|
||||
< print("{b:0>8} backwards is {b:0>8}.\n", .{input});
|
||||
---
|
||||
> const tupni: u8 = @bitReverse(u8, input);
|
||||
> print("{b:0>8} backwards is {b:0>8}.\n", .{input, tupni});
|
||||
Reference in New Issue
Block a user