Skip to main content

saturating_add

Function saturating_add 

pub fn saturating_add<T>(left: T, right: T) -> T
Expand description

Commonly used facade items. Returns the saturating sum of left and right.