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