grizzled.ScalaCompat.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grizzled-scala_2.13.0-M5 Show documentation
Show all versions of grizzled-scala_2.13.0-M5 Show documentation
A general-purpose Scala utility library
The newest version!
package grizzled
/** Compatibility definitions for Scala 2.13+ vs. Scala 2.12 and lesser.
* This object is conceptually similar to `scala.collection.compat`. For
* Scala 2.12 and earlier, it provides a type alias and compatibility functions
* for `LazyList`. For Scala 2.13 and greater, it's empty. Thus, all code
* can use `LazyList` throughout.
*/
package object ScalaCompat {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy