Syntax of...

Steven Schveighoffer schveiguy at gmail.com
Sun Apr 12 11:34:39 UTC 2026


On Saturday, 11 April 2026 at 21:01:33 UTC, Justin P. wrote:
> Where, in the documentation, might I find an understanding 
> behind the following, syntactically:
> auto result = ["whoami"].execute
> I believe, I understand `auto,' but of calling execute() on an 
> array of strings..?

https://dlang.org/spec/function.html#pseudo-member

-Steve


More information about the Digitalmars-d-learn mailing list