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.

Reply via email to