pub trait CommutativeMonoid: Monoid { }
Expand description

可環モノイド

任意の要素 $x,y\in S$ に対し,

x \times y = y \times x

が成立する.

Implementations on Foreign Types§

source§

impl CommutativeMonoid for ()

Implementors§