Preparing search index...
The search index is not available
@juulsgaard/ts-tools
@juulsgaard/ts-tools
arrToSet
Function arrToSet
arr
To
Set
<
TArr
>
(
arr
)
:
Set
<
TArr
>
Convert an array to a set
Type Parameters
TArr
Parameters
arr
:
readonly
TArr
[]
Returns
Set
<
TArr
>
arr
To
Set
<
TArr
,
TSet
>
(
arr
,
map
)
:
Set
<
TSet
>
Map an array to a set
Type Parameters
TArr
TSet
Parameters
arr
:
readonly
TArr
[]
map
:
ArrayMapFunc
<
TArr
,
TSet
>
Returns
Set
<
TSet
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@juulsgaard/ts-tools
Loading...
Convert an array to a set