You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// This function will panic if `rhs` is 0 or the operation results in/// overflow.#[must_use]pubfnnext_multiple_of(self,rhs:Self) -> Self{self.checked_next_multiple_of(rhs).unwrap();todo!()}/// Calculates the smallest value greater than or equal to `self` that is a/// multiple of `rhs`. Returns [`None`] is `rhs` is zero or the/// operation would result in overflow.
On 2022-05-28 @recmo wrote in
d2363fc
“blocked”:todo!()
From
src/special.rs:70
The text was updated successfully, but these errors were encountered: