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

scala.compiletime.ops.string.scala Maven / Gradle / Ivy

package scala.compiletime
package ops

object string:
  /** Concatenation of two `String` singleton types.
   *  ```scala
   *  val hello: "hello " + "world" = "hello world"
   *  ```
   *  @syntax markdown
   */
  type +[X <: String, Y <: String] <: String




© 2015 - 2025 Weber Informatics LLC | Privacy Policy