Function fibonacci_codec::fib_decode_u64 [] [src]

Important traits for DecodeIter<I>
pub fn fib_decode_u64<T, I>(collection: T) -> DecodeIter<I> where
    T: IntoIterator<Item = bool, IntoIter = I>,
    I: Iterator<Item = bool>, 

Returns an iterator that consumes bits (bool) and fibonacci-decodes them into u64 integers.