Odd construct idea. Splitting arguments inside a parameter list.

vit vit at vit.vit
Mon May 23 08:52:12 UTC 2022


On Monday, 23 May 2022 at 08:34:21 UTC, Chris Katko wrote:
> ````D
> struct pair
> {
> float x,y;
> }
>
> [...]

This work too:
```d
myFunction(taco, p.tupleof, burrito);
```


More information about the Digitalmars-d-learn mailing list