NumberOptions

Options for parseNumber.

struct NumberOptions {}

Members

Variables

minus
bool minus;

Allows the minus sign as the first character and thus negative numbers.

Meta