Preparing search index...
The search index is not available
prelude
prelude
prelude/Set.js
Set
Class Set<K>
A set of elements
K
where
K
must have a
Ord
instance.
Type Parameters
K
Index
Constructors
constructor
Properties
length
tree
Methods
[iterator]
Constructors
constructor
new
Set
<
K
>
(
)
:
Set
<
K
>
Type Parameters
K
Returns
Set
<
K
>
Properties
length
length
:
number
tree
tree
:
Node
<
K
>
Methods
[iterator]
[iterator]
(
)
:
IterableIterator
<
Readonly
<
K
>
>
Returns
IterableIterator
<
Readonly
<
K
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
length
tree
[iterator]
prelude
prelude
prelude/Json.js
prelude/Map.js
prelude/Set.js
Generated using
TypeDoc
A set of elements
K
whereK
must have a Ord instance.