[][src]Function pahs::slice::num::i64_be

pub fn i64_be<'a, S>(
    _pd: &mut ParseDriver<S>,
    pos: BytePos<'a>
) -> Progress<BytePos<'a>, i64, ()>

Parses a i64 in big-endian encoding.

Fails only if not enough input data is available.