What is the best way to refer to itself when obtaining Substring of a literal?

Marcone marcone at email.com
Fri Apr 24 22:24:34 UTC 2020


I don't want to use lambda.
I don't want create variable.

What is the best way to refer to itself when obtaining Substring 
withou using lambda and without create variable?


example:

writeln("Hello Word!"[x.indexOf(" "), $]);


More information about the Digitalmars-d-learn mailing list