powersOfTwo

Undocumented in source.
version(unittest)
enum powersOfTwo = (CHAR_BIT * size_t.sizeof).iota.map!(a => size_t(1) << a);

Meta