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

teststate.run.package.scala Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package teststate


package object run {
  @inline private[teststate] def vector1[A](a: A): Vector[A] =
    Vector.empty[A] :+ a
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy