064_builtins.patch 102 B

1234
  1. 72c72
  2. < const tupni: u8 = @bitReverse(input);
  3. ---
  4. > const tupni: u8 = @bitReverse(u8, input);