pub type GcdDefaultEndian = LE;
Expand description
Alias for the only know Endian used by GCD files.
The only know GCD files are encoded using LittleEndian. But there is nothing requiring the file format to never use BigEndian
Functions in this lib accept the user to specify the Endian as a future proof.
Aliased Typeยง
pub enum GcdDefaultEndian {}