NetworkOrder.front

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

Return Value

Type: ubyte

MSB.

Precondition: length > 0.

Meta