string

object string
class Object
trait Matchable
class Any

Type members

Types

type +[X <: String, Y <: String] <: String

Concatenation of two String singleton types.

Concatenation of two String singleton types.

val hello: "hello " + "world" = "hello world"
Source
string.scala