Q Wed, 15 Jul 2009 13:25:12 -0700
Does to! (uint) recognize hexadecimal strings? Cause if i put int by = to!(int)("0x0FFF"); throws an exception saying; std.conv.ConvError: Can't convert value `x0FFF' of type const(char)[] to type int dmd 2.031;