string
object string
- Source:
- string.scala
Type members
Types
Concatenation of two String
singleton types.
Concatenation of two String
singleton types.
package scala.compiletime.ops
trait Snippet0 { self: string.type =>
val hello: "hello " + "world" = "hello world"
}
- Source:
- string.scala