Function StreamPeer.bigEndian
If true
, this StreamPeer
will using big-endian format for encoding and decoding.
bool bigEndian() nothrow @property @nogc;
void bigEndian
(
bool v
) nothrow @property @nogc;