Function NetworkOrder.this

Constructs a new range.

this(T) (
  T value
)
if (isUnsigned!T);

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.

Parameters

NameDescription
T Value type.
value The value should be represented by this range.

Precondition

value <= (2 ^^ (L * 8)) - 1.