Skip to main content

unpack_tail

Function unpack_tail 

Source
pub fn unpack_tail(input: &[u8], width: usize, count: usize) -> Result<Vec<u64>>
Expand description

Unpacks what pack_tail wrote.

ยงErrors

If count is not below VALUES, if width exceeds 64, or if the input is shorter than tail_len.