reinterpret
Changes the interpretation of the pointed data or code.
Since Kotlin
1.3Since Kotlin
1.3Deprecated (with error)
Use plain Kotlin cast
Replace with
this as T
Content copied to clipboard
Changes the interpretation of the pointed data or code.
Use plain Kotlin cast
this as T
Thanks for your feedback!