Trait alga::general::AbstractGroup [] [src]

pub trait AbstractGroup<O: Operator>: AbstractLoop<O> + AbstractMonoid<O> { }

A group is a loop and a monoid at the same time.

Implementors