Function kaguya_rs::basic_fn::fun::sum[][src]

pub fn sum<T: Sum>(
    it: impl Iterator<Item = T>
) -> T

Used for sum Iterator

Arguments

Mul