☰
Group
Group
Implementors
In nekolib::traits::binop
Traits
Associative
Commutative
CommutativeGroup
CommutativeMonoid
CommutativeRing
Distributive
Field
Group
Identity
Magma
Monoid
PartialRecip
Recip
Ring
Semigroup
?
Trait
nekolib
::
traits
::
binop
::
Group
source
·
[
−
]
pub trait Group:
Monoid
+
Recip
{ }
Expand description
群。
モノイド
(
M
,
∘
,
e
)
(M, \circ, e)
(
M
,
∘
,
e
)
であり、逆元を持つ。
Implementors
§
source
§
impl<G:
Monoid
+
Recip
>
Group
for G