macro_rules! load_int_le {
($buf:expr, $i:expr, $int_ty:ident) => { ... };
}Expand description
Loads an integer of the desired type from a byte stream, in LE order.
macro_rules! load_int_le {
($buf:expr, $i:expr, $int_ty:ident) => { ... };
}Loads an integer of the desired type from a byte stream, in LE order.