All Downloads are FREE. Search and download functionalities are using the official Maven repository.

name.remal.uncheckedCast.kt Maven / Gradle / Ivy

@file:Suppress("UNCHECKED_CAST", "NOTHING_TO_INLINE")

package name.remal

inline fun  Any.uncheckedCast(): T = this as T




© 2015 - 2025 Weber Informatics LLC | Privacy Policy