Preparing search index...
The search index is not available
Chalkboard - v2.2.0
Chalkboard
Chalkboard
abal
isSubset
Function isSubset
Checks if a set is a subset of another set.
isSubset
<
T
>
(
set
:
ChalkboardSet
<
T
>
,
superset
:
ChalkboardSet
<
T
>
)
:
boolean
Type Parameters
T
Parameters
set
:
ChalkboardSet
<
T
>
The set
superset
:
ChalkboardSet
<
T
>
The potential superset
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 a subset of another set.