Function immutable_seq::node::split_once [] [src]

pub fn split_once<'a, T, M, P>(pred: &P,
                               i: M,
                               node: &'a Node<T, M>)
                               -> (Option<Digit<T, M>>, &'a Lazy<Node<T, M>>, Option<Digit<T, M>>) where T: Measure<M> + 'static,
        M: Add<Output=M> + Copy + 'static,
        P: Fn(M) -> bool