Trait alga::general::AdditiveLoop
source · pub trait AdditiveLoop: AbstractLoop<Additive> + AdditiveQuasigroup + ClosedNeg + Zero { }
Expand description
[Alias] Algebraic structure specialized for one kind of operation.
Object Safety§
This trait is not object safe.