mirror of
https://github.com/ziglang/zig.git
synced 2025-12-26 08:03:08 +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.