pub fn sum<'a, I: IntoIterator<Item = Expr<'a>>>(iter: I) -> Expr<'a>Expand description
Sum a non-empty iterator of expressions sharing the same arena.
ยงPanics
Panics if the iterator is empty.
pub fn sum<'a, I: IntoIterator<Item = Expr<'a>>>(iter: I) -> Expr<'a>Sum a non-empty iterator of expressions sharing the same arena.
Panics if the iterator is empty.