Function byte_utils::add_bytes_to_bits_tuple [] [src]

pub fn add_bytes_to_bits_tuple(bits: (u64, u64), bytes: u64) -> (u64, u64)

Adds the specified number of bytes to the bit count, which is a tuple where the first element is the high order value. panic!() if this would cause numeric overflow.