Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-fx-stm
/
arrow.fx.stm
/
TArray
/
Companion
/
new
new
suspend
fun
<
A
>
new
(
size
:
Int
,
f
:
(
Int
)
->
A
)
:
TArray
<
A
>
suspend
fun
<
A
>
new
(
size
:
Int
,
a
:
A
)
:
TArray
<
A
>
suspend
fun
<
A
>
new
(
vararg
arr
:
A
)
:
TArray
<
A
>
suspend
fun
<
A
>
new
(
xs
:
Iterable
<
A
>
)
:
TArray
<
A
>