March 02, 2016
Shouldn't this print 'float'?

writeln(typeof(0x123f).stringof);
March 02, 2016
On Wednesday, 02 March, 2016 10:23 AM, ric maicle wrote:
> Shouldn't this print 'float'?
>
> writeln(typeof(0x123f).stringof);

Oh man, I should better sleep!