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

izumi.fundamentals.platform.language.literals.LiteralString.scala Maven / Gradle / Ivy

The newest version!
package izumi.fundamentals.platform.language.literals

object LiteralString {
  type Of[T <: String] = T
  type Get[T <: LiteralString] = T

  def apply(s: String): s.type = s
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy