Constructs a new range.
T can be any unsigned type but value cannot be larger than the maximum can be stored in L bytes. Otherwise an assertion failure will be caused.
Value type.
The value should be represented by this range.
Precondition: value <= (2 ^^ (L * 8)) - 1.
See Implementation
Constructs a new range.
T can be any unsigned type but value cannot be larger than the maximum can be stored in L bytes. Otherwise an assertion failure will be caused.