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

zsu.ni.newInstance.kt Maven / Gradle / Ivy

The newest version!
package zsu.ni

inline fun  newInstance(): T {
    throw UnsupportedOperationException("This function is implemented as an intrinsic")
}

inline fun  newInstance(payload: P): T {
    throw UnsupportedOperationException("This function is implemented as an intrinsic")
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy