Would love to override default ctor of struct

aliak something at something.com
Tue Jan 22 09:45:00 UTC 2019


On Tuesday, 22 January 2019 at 03:30:34 UTC, Meta wrote:
>
> You're printing the address of the object reference, not the 
> object itself (similar to printing the address of a pointer 
> instead of the actual address it points to). Do `cast(void*)c` 
> instead.

Doh! Thanks.



More information about the Digitalmars-d mailing list