packedBitSizeOf.range

Undocumented in source.
template packedBitSizeOf(T)
static if(is(T == enum))
enum range = T.max - T.min;

Meta