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

commonMain.org.brightify.hyperdrive.utils.DoExhaustive.kt Maven / Gradle / Ivy

There is a newer version: 0.1.159
Show newest version
package org.brightify.hyperdrive.utils

public object Do {
    public inline infix fun  exhaustive(any: T?): T? = any
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy