Function immutable_seq::node::node2
[−]
[src]
pub fn node2<T, M>(left: Lazy<Node<T, M>>,
right: Lazy<Node<T, M>>)
-> Lazy<Node<T, M>> where T: Measure<M> + 'static, M: Add<Output=M> + Copy + 'static
Construct a lazy reference to a node with two children