Function fibonacci_codec::fib_decode_u32 [] [src]

Important traits for DecodeIter<I>
pub fn fib_decode_u32<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 u32 integers.