bits.bits

Undocumented in source.
template bits(T)
@safe
static if(__VERSION__ < 2072)
enum bits = T.sizeof * 8;

Meta