kotlin-stdlib
Native
kotlin-stdlib
/
kotlinx.cinterop
/
reinterpret
reinterpret
Native
inline
fun
<
T
:
NativePointed
>
NativePointed
.
reinterpret
(
)
:
T
Content copied to clipboard
Changes the interpretation of the pointed data or code.
fun
<
T
:
CPointed
>
CPointer
<
*
>
.
reinterpret
(
)
:
CPointer
<
T
>
Content copied to clipboard
fun
<
T
:
ObjCObject
>
ObjCObject
.
reinterpret
(
)
:
T
Content copied to clipboard