Trait nekolib_doc::math::Gcd
source · pub trait Gcd {
// Required method
fn gcd(self, other: Self) -> Self;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait Gcd {
// Required method
fn gcd(self, other: Self) -> Self;
}