Replacing std.math raw pointer arithmetic with a union type

tsbockman via Digitalmars-d digitalmars-d at puremagic.com
Wed May 17 12:26:32 PDT 2017


On Wednesday, 17 May 2017 at 15:30:29 UTC, Stefan Koch wrote:
> the special case it supports if cast(uint*)&float;
> and cast(ulong*)&double.

What about casting from real* when real.sizeof > double.sizeof?


More information about the Digitalmars-d mailing list