Chalkboard - v3.0.1
Preparing search index...
Chalkboard
abal
isSubset
Function isSubset
isSubset
<
T
>
(
set
:
ChalkboardSet
<
T
>
,
superset
:
ChalkboardSet
<
T
>
)
:
boolean
Checks if a set is a subset of another set.
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 - v3.0.1
Loading...
Checks if a set is a subset of another set.