Type Alias bitstream_io::BE

source ·
pub type BE = BigEndian;
Expand description

Big-endian, or most significant bits first

Aliased Type§

struct BE;