On Thursday, 8 December 2022 at 17:39:58 UTC, Ali Çehreli wrote:
On 12/8/22 08:21, Salih Dincer wrote:

> void stringCopy(Chars)(string source,
>                      ref Chars target)

>    sample.stringCopy = cTxt;  // disappeared ? char

Nothing disappeared on my system. (?)

Going off-topic, I find the expression above extremely confusing. I am used to assignment expression changing the value of the left hand side, but that expression changes cTxt. Very confusing...

Such obfuscations make it very hard for me to understand what the code is trying to demonstrate.

Yes, with function call syntax it's more understandable if an argument is modified.

It was bizarre and confusing that assignment syntax was implemented for functions and methods not explicitly marked with @property.

Reply via email to