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(" "), $]);
Marcone via Digitalmars-d-learn Fri, 24 Apr 2020 15:25:38 -0700
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(" "), $]);