Function immutable_seq::digit::lookup
[−]
[src]
pub fn lookup<T, M, P>(pred: P, i: M, digit: &Digit<T, M>) -> (&T, M) where T: Measure<M> + 'static,
M: Add<Output=M> + Copy + 'static,
P: Fn(M) -> bool