kotlin-stdlib
Native
kotlin-stdlib
/
kotlinx.cinterop
/
createValues
create
Values
Native
inline
fun
<
T
:
CVariable
>
createValues
(
count
:
Int
,
initializer
:
T
.
(
index
:
Int
)
->
Unit
)
:
CValues
<
T
>