StartConcat
dotty.tools.backend.jvm.Primitives.StartConcat
case object StartConcat extends Primitive
Signals the beginning of a series of concatenations. On the JVM platform, it should create a new StringBuilder.
Attributes
- Graph
-
- Supertypes
- Self type
-
StartConcat.type
Members list
Value members
Inherited methods
Create a new instance of type T with elements taken from product p.
Create a new instance of type T with elements taken from product p.
Attributes
- Inherited from:
- Singleton
An iterator over the names of all the elements of this product.
An iterator over all the elements of this product.
An iterator over all the elements of this product.
Attributes
- Returns
-
in the default implementation, an
Iterator[Any] - Inherited from:
- Product
In this article