Function immutable_seq::digit::adjust [] [src]

pub fn adjust<T, M, P, F>(func: F,
                          pred: P,
                          i: M,
                          digit: &Digit<T, M>)
                          -> Digit<T, M> where T: Measure<M> + 'static,
        M: Add<Output=M> + Copy + 'static,
        P: Fn(M) -> bool,
        F: FnOnce(&T) -> T