pub trait CommutativeMonoid: Commutative + Monoid { }
Expand description

可換モノイド。

モノイド $(M, \circ, e)$ であり、交換法則を満たす。

Implementors§