On Wednesday, 15 May 2013 at 10:31:29 UTC, David wrote:
"&c" is address of reference, no class instance. I don't know if there is a way to get a pointer to class instance in D but I am not aware of one.A simple cast to void* should do it: cast(void*)c
Is it actually defined somewhere in spec?