Function fibonacci_codec::fib_decode_u8 [] [src]

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