NumberParser

Type of a function that can parse a string for a numeric value of type N.

alias NumberParser(N) = N function
(
ref string s
)
pure @safe

Meta