Macro parse_le

Source
macro_rules! parse_le {
    ($bytes:expr, $t:ty, $range:expr) => { ... };
}