☰
Group
Required Methods
inv
Implementors
In cp_library_rs::algebraic_structure::group
?
Trait
cp_library_rs
::
algebraic_structure
::
group
::
Group
source
·
[
−
]
pub trait Group:
Monoid
{ // Required method fn
inv
(val: &Self::
Val
) -> Self::
Val
; }
Expand description
群
Required Methods
§
source
fn
inv
(val: &Self::
Val
) -> Self::
Val
Implementors
§
source
§
impl
Group
for
Add
<
isize
>
source
§
impl
Group
for
Add
<
usize
>
source
§
impl
Group
for
Xor