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

Andrei Alexandrescu <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Andrei Alexandrescu <[email protected]> ---
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