Trait aoc_nums::IteratorNums
source · pub trait IteratorNums: Iterator {
// Provided method
fn try_sum<Sum>(self) -> NumResult<Sum>
where Self: Sized,
Self::Item: Int,
Sum: Int + TryFrom<Self::Item> { ... }
}