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