FuncType - v0.8.85
GitHub
Preparing search index...
Collection
Interface Collection<A>
interface
Collection
<
A
>
{
toList
()
:
List
<
A
>
;
toSet
()
:
Set
<
A
>
;
toString
()
:
string
;
}
Type Parameters
A
Hierarchy (
View Summary
)
Collection
FunctypeCollection
Map
Set
Index
Methods
to
List
to
Set
to
String
Methods
to
List
toList
()
:
List
<
A
>
Returns
List
<
A
>
to
Set
toSet
()
:
Set
<
A
>
Returns
Set
<
A
>
to
String
toString
()
:
string
Returns
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Methods
to
List
to
Set
to
String
GitHub
FuncType - v0.8.85
Loading...