[][src]Trait alga::general::AdditiveGroupAbelian

pub trait AdditiveGroupAbelian: AbstractGroupAbelian<Additive> + AdditiveGroup { }

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

Implementors

impl<T: AbstractGroupAbelian<Additive> + AdditiveGroup> AdditiveGroupAbelian for T[src]

Loading content...