Skip to main content

checked_sum

Function checked_sum 

Source
pub fn checked_sum(values: impl IntoIterator<Item = Option<u64>>) -> Option<u64>