mirror of
https://github.com/ziglang/zig.git
synced 2026-01-16 12:25:21 +00:00
The `element_bit_size` would break if `T` was signed due to `ceilPowerOfTwo` only working on unsigned numbers.
The `element_bit_size` would break if `T` was signed due to `ceilPowerOfTwo` only working on unsigned numbers.