Parser.numberParser

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

struct Parser(N)
NumberParser!N numberParser;

Meta