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

kyo.data.scala Maven / Gradle / Ivy

There is a newer version: 0.12.2
Show newest version
package kyo

private[kyo] inline def isNull[A](v: A): Boolean =
    v.asInstanceOf[AnyRef] eq null

private[kyo] inline def discard[A](inline v: => A): Unit =
    val _ = v
    ()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy