Skip to main content

read_le

Macro read_le 

Source
macro_rules! read_le {
    ($data:expr, $idx:expr, $n:expr, $ty:ty) => { ... };
}
Expand description

Decode a fixed-width little-endian integer at element index idx.