Trait alga::general::Group [] [src]

pub trait Group<O: Op>: Loop<O> + Monoid<O> { }

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

Implementors