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

walkmc.extensions.Commons.kt Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show newest version
@file:Suppress("NOTHING_TO_INLINE")

package walkmc.extensions

/**
 * Casts the specified value to a type generic type [K].
 */
inline fun  Any.cast(): K = this as K




© 2015 - 2025 Weber Informatics LLC | Privacy Policy