NetworkOrder.empty

struct NetworkOrder(uint L)
@property const
bool
empty
()
if (
L > ubyte.sizeof &&
L <= ulong.sizeof
)

Return Value

Type: bool

Whether the range is empty.

Meta