ts-iterable-functions
Preparing search index...
SetFactory
Interface SetFactory<TKey>
interface
SetFactory
<
TKey
>
{
createSet
()
:
Set
<
TKey
>
;
}
Type Parameters
TKey
Index
Methods
create
Set
Methods
create
Set
createSet
()
:
Set
<
TKey
>
Returns
Set
<
TKey
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
Set
ts-iterable-functions
Loading...