kotlin-stdlib
Native
kotlin-stdlib
/
kotlinx.cinterop
/
cValuesOf
c
Values
Of
Native
fun
cValuesOf
(
vararg
elements
:
Byte
)
:
CValues
<
ByteVar
>
Returns sequence of immutable values
CValues
to pass them to C code.
fun
cValuesOf
(
vararg
elements
:
Short
)
:
CValues
<
ShortVar
>
fun
cValuesOf
(
vararg
elements
:
Int
)
:
CValues
<
IntVar
>
fun
cValuesOf
(
vararg
elements
:
Long
)
:
CValues
<
LongVar
>
fun
cValuesOf
(
vararg
elements
:
Float
)
:
CValues
<
FloatVar
>
fun
cValuesOf
(
vararg
elements
:
Double
)
:
CValues
<
DoubleVar
>
fun
<
T
:
CPointed
>
cValuesOf
(
vararg
elements
:
CPointer
<
T
>
?
)
:
CValues
<
CPointerVar
<
T
>
>
fun
cValuesOf
(
vararg
elements
:
UByte
)
:
CValues
<
UByteVar
>
fun
cValuesOf
(
vararg
elements
:
UShort
)
:
CValues
<
UShortVar
>
fun
cValuesOf
(
vararg
elements
:
UInt
)
:
CValues
<
UIntVar
>
fun
cValuesOf
(
vararg
elements
:
ULong
)
:
CValues
<
ULongVar
>