Function immutable_seq::finger_tree::snoc_node [] [src]

pub fn snoc_node<T, M>(tree: Lazy<FingerTree<T, M>>,
                       x0: Lazy<Node<T, M>>)
                       -> Lazy<FingerTree<T, M>> where T: Measure<M> + 'static, M: Add<Output=M> + Zero + Copy + 'static