Trait alga::general::AdditiveGroup

source ·
pub trait AdditiveGroup: AbstractGroup<Additive> + AdditiveLoop + AdditiveMonoid { }
Expand description

[Alias] Algebraic structure specialized for one kind of operation.

Object Safety§

This trait is not object safe.

Implementors§