Trait acme_core::math::Commutative
source · pub trait Commutative { }Expand description
Commutative Property describes an operation that is invariant under the exchange of its operands.
pub trait Commutative { }Commutative Property describes an operation that is invariant under the exchange of its operands.