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