mirror of
https://github.com/ziglang/zig.git
synced 2025-12-14 18:23:12 +00:00
- each byte gets masked, shifted and combined - use boring masks instead of comptime for readability - tests: bit patterns with reverse operation, if applicable See #1290