Scala:String
The simple string interpolator
문자열 보간(?)은 scala.StringContext
에 존재한다.
Any processed string literal is rewritten as an instantiation and method call against this class. For example:
is rewritten to be:
문자열 보간(?)은 scala.StringContext
에 존재한다.
Any processed string literal is rewritten as an instantiation and method call against this class. For example:
is rewritten to be: