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

flint.Collections.scala Maven / Gradle / Ivy

The newest version!
package flint

trait Collections {
  private[flint] type Seq[+T] = collection.immutable.Seq[T]
  private[flint] val Seq = collection.immutable.Seq

  private[flint] type MMap[K, V] = collection.mutable.Map[K, V]
  private[flint] val MMap = collection.mutable.Map
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy