Trait maths_rs::num::IntegerOps
source · pub trait IntegerOps<T: Integer> {
// Required method
fn pow(a: Self, exp: u32) -> Self;
}
Expand description
operations applicable to integer types
pub trait IntegerOps<T: Integer> {
// Required method
fn pow(a: Self, exp: u32) -> Self;
}
operations applicable to integer types