Function nom_leb128::leb128_i16[][src]

pub fn leb128_i16<I, E>(input: I) -> IResult<I, i16, E> where
    I: Clone + Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength,
    E: ParseError<I> + ContextError<I>, 
Expand description

Recognizes an LEB128-encoded number that fits in a i16.