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