dotty.tools.dotc.transform.localopt
Members list
Concise view
Type members
Classlikes
object FormatInterpolatorTransform
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
MiniPhase to transform s and raw string interpolators from using StringContext to string concatenation. Since string concatenation uses the Java String builder, we get a performance improvement in terms of these two interpolators.
MiniPhase to transform s and raw string interpolators from using StringContext to string concatenation. Since string concatenation uses the Java String builder, we get a performance improvement in terms of these two interpolators.
More info here: https://medium.com/@dkomanov/scala-string-interpolation-performance-21dc85e83afd
Attributes
- Companion:
- object
- Graph
- Supertypes
object StringInterpolatorOpt
Attributes
- Companion:
- class
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
class TypedFormatChecker(partsElems: List[Tree], parts: List[String], args: List[Tree])(using x$4: Context)
Formatter string checker.
Formatter string checker.
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any