Trait nekolib_doc::math::FactorsDup
source · pub trait FactorsDup: Sized {
// Required method
fn factors_dup(self) -> impl Iterator<Item = Self>;
}
Required Methods§
fn factors_dup(self) -> impl Iterator<Item = Self>
Object Safety§
This trait is not object safe.