commonMain.org.brightify.hyperdrive.utils.DoExhaustive.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-utils-jvm Show documentation
Show all versions of kotlin-utils-jvm Show documentation
Module containing various utils used throughout Hyperdrive.
package org.brightify.hyperdrive.utils
public object Do {
public inline infix fun exhaustive(any: T?): T? = any
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy