[][src]Trait alga::general::AdditiveMagma

pub trait AdditiveMagma: AbstractMagma<Additive> { }

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

Implementors

impl<T: AbstractMagma<Additive>> AdditiveMagma for T[src]

Loading content...