Trait cryptix_bigint::ops::WrapAround
source · pub trait WrapAround<Rhs = Self> {
// Required method
fn wrap(self, rhs: Rhs) -> Self;
}Expand description
perform arithmetic rhs % self, which is symmetic Rem
pub trait WrapAround<Rhs = Self> {
// Required method
fn wrap(self, rhs: Rhs) -> Self;
}perform arithmetic rhs % self, which is symmetic Rem