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