About std.ascii.toLower

Jonathan M Davis jmdavisProg at gmx.com
Fri Sep 21 05:20:02 PDT 2012


On Friday, September 21, 2012 14:10:25 monarch_dodra wrote:
> I did not know conv's to did cast validation.

For conversions which can be done with both casting and std.conv.to, 
std.conv.to does runtime checks wherever a narrowing conversion would take 
place and throws if the conversion would lose precision.

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list