korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-datastructure-core
/
korlibs.datastructure
/
toFastList
to
Fast
List
fun
<
T
>
List
<
T
>
.
toFastList
(
)
:
List
<
T
>
fun
<
T
>
Array
<
T
>
.
toFastList
(
)
:
List
<
T
>
fun
<
T
>
List
<
T
>
.
toFastList
(
out
:
FastArrayList
<
T
>
=
FastArrayList()
)
:
FastArrayList
<
T
>
fun
<
T
>
FastArrayList
<
T
>
.
toFastList
(
out
:
FastArrayList
<
T
>
=
FastArrayList()
)
:
FastArrayList
<
T
>