On Thursday, 30 November 2017 at 00:52:25 UTC, codephantom wrote:
...

sorry, don't know how the int * got in there ;-)

Anyway..who said you can't use pointers in D?

Just change:


//SomeType bar = foo;
SomeType * bar = &foo;

Reply via email to