[][src]Type Definition simple_endian::f64le

type f64le = LittleEndian<f64>;

Shorthand for LittleEndian<f64>