https://issues.dlang.org/show_bug.cgi?id=16209

Andrei Alexandrescu <and...@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |and...@erdani.com

--- Comment #4 from Andrei Alexandrescu <and...@erdani.com> ---
I think we should just undocument `isNumeric` and cease enhancing it. It's a
terrible function. A simple way to figure out whether something is numeric is
simply parse it as a number - the work done is similar and you get the number
too.

--

Reply via email to