ae.utils.text.parsefp

Pure D code to parse floating-point values. Adapted to nothrow/@nogc from std.conv.

Members

Functions

tryParse
bool tryParse(Source source, Target target)

Parses a character range to a floating point number.

Meta

Authors

Walter Bright, Andrei Alexandrescu, Shin Fujishiro, Adam D. Ruppe, Kenji Hara, Vladimir Panteleev <ae@cy.md>