UFCS syntax I never saw before.

Dennis dkorpel at gmail.com
Mon May 21 14:49:10 UTC 2018


On Monday, 21 May 2018 at 11:38:12 UTC, SrMordred wrote:
> what??

Here's another weird example:
```
void funWithUfcsAndPropertySyntax() {
	import std.typecons : tuple;
	"%s %s".writefln = ("foo".tuple = "bar").expand;
}
```

source: 
https://github.com/Hackerpilot/Idiotmatic-D/blob/master/idiotmatic.d#L78


More information about the Digitalmars-d-learn mailing list