@mikuroxina/mini-fn
Preparing search index...
Cat
partialEq
Variable partialEq
Const
partialEq
:
<
T
>
(
equality
:
TypeClass
.
PartialEq
.
PartialEq
<
T
>
,
)
=>
TypeClass
.
PartialEq
.
PartialEq
<
Cat
.
Cat
<
T
>
>
= ...
Creates a
PartialEq
comparator for
Cat
from another existing one.
Type Declaration
<
T
>
(
equality
:
TypeClass
.
PartialEq
.
PartialEq
<
T
>
,
)
:
TypeClass
.
PartialEq
.
PartialEq
<
Cat
.
Cat
<
T
>
>
Type Parameters
T
Parameters
equality
:
TypeClass
.
PartialEq
.
PartialEq
<
T
>
Returns
TypeClass
.
PartialEq
.
PartialEq
<
Cat
.
Cat
<
T
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@mikuroxina/mini-fn
Loading...
Creates a
PartialEqcomparator forCatfrom another existing one.