let (x,y) = ...

thedeemon via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Nov 23 02:28:51 PST 2015


On Sunday, 22 November 2015 at 18:47:34 UTC, visitor wrote:

> What is the reason for using pointers (alias pointerOf(T) = T*  
> etc...)
> it works without ! what am i missing ?

What and how exactly works without?
My original solution remembers in the constructor addresses of 
variables to fill, then does the filling in opAssign operator, so 
I needed a way to store the references and used pointers for that.


More information about the Digitalmars-d-announce mailing list