Arrow
1.1.5
arrow-fx-stm
/
arrow.fx.stm
/
TArray
/
Companion
Companion
object
Companion
(
source
)
Functions
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
>