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
Companion
object
Companion
Members
Functions
new
Link copied to clipboard
suspend
fun
<
A
>
new
(
vararg
arr
:
A
)
:
TArray
<
A
>
suspend
fun
<
A
>
new
(
xs
:
Iterable
<
A
>
)
:
TArray
<
A
>
suspend
fun
<
A
>
new
(
size
:
Int
,
a
:
A
)
:
TArray
<
A
>
suspend
fun
<
A
>
new
(
size
:
Int
,
f
:
(
Int
)
->
A
)
:
TArray
<
A
>