Function be_i16
fn be_i16<I, E: ParseError<I>>() -> impl Parser<I, Output = i16, Error = E>
where
I: Input<Item = u8>
Recognizes a big endian signed 2 bytes integer.
# use ;
use be_i16;
let mut parser = ;
assert_eq!;
assert_eq!;