usePointer
inline fun <I : Any, O> StableRef<I>.usePointer(action: (COpaquePointer) -> O): O
Content copied to clipboard
Use a StableRef (as a CPointer), disposing of it afterwards
Return
return result from action
Use a StableRef (as a CPointer), disposing of it afterwards
return result from action