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