pub trait Commutative { }
Expand description

Commutative Property describes an operation that is invariant under the exchange of its operands.

Implementors§