pub trait SliceOps2<T: Integer<T>> {
    // Required method
    fn fold_decimal(self) -> T;
}Required Methods§
Sourcefn fold_decimal(self) -> T
 
fn fold_decimal(self) -> T
Folds a slice of digits into an integer.
pub trait SliceOps2<T: Integer<T>> {
    // Required method
    fn fold_decimal(self) -> T;
}Folds a slice of digits into an integer.