Trait dsalgo::power_monoid_itself::PowMonoid
source · pub trait PowMonoid<I>: Monoid<I>where
Self: Clone,{
// Provided method
fn pow_monoid(self, exp: u64) -> Self { ... }
}
pub trait PowMonoid<I>: Monoid<I>where
Self: Clone,{
// Provided method
fn pow_monoid(self, exp: u64) -> Self { ... }
}