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.