[][src]Function treeid::bits::rotate_incr

pub fn rotate_incr<'a, I>(it: &mut I, cursor: &mut u8) -> Option<bool> where
    I: Iterator<Item = &'a u8>, 

Advances cursor by 1, consuming an element of it if a rotation is made.