adaptive-set - v0.2.0
Preparing search index...
add
Function add
add
<
T
>
(
col
:
AdaptiveSet
<
T
>
,
value
:
T
)
:
Set
<
T
>
|
T
[]
Add an item to an AdaptiveSet.
Type Parameters
T
Parameters
col
:
AdaptiveSet
<
T
>
An AdaptiveSet.
value
:
T
Value to add.
Returns
Set
<
T
>
|
T
[]
The updated AdaptiveSet.
Settings
Theme
OS
Light
Dark
adaptive-set - v0.2.0
Loading...
Add an item to an AdaptiveSet.