Preparing search index...
The search index is not available
Chalkboard - v2.2.0
Chalkboard
Chalkboard
abal
isClosed
Function isClosed
Checks if a set is closed under an operation.
isClosed
<
T
>
(
set
:
string
|
ChalkboardSet
<
T
>
,
operation
:
(
a
:
T
,
b
:
T
)
=>
T
|
"addition"
|
"multiplication"
,
)
:
boolean
Type Parameters
T
Parameters
set
:
string
|
ChalkboardSet
<
T
>
The set
operation
:
(
a
:
T
,
b
:
T
)
=>
T
|
"addition"
|
"multiplication"
The operation
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Source code
Examples
Chalkboard - v2.2.0
Loading...
Checks if a set is closed under an operation.