macro_rules! gen_le_i16 {
    ($i:expr, $val:expr) => { ... };
}
Expand description

gen_le_i16!(I, i16) => I -> Result<I,E> Write a signed 2 byte integer.