Macro from_le_bytes

Source
macro_rules! from_le_bytes {
    ($m:ident, $b:ident, [$(($i_ty: ty, $i:ident, $s:ident, $n_ty:ty, $t:ty)),*]) => { ... };
}