parseDec

Parses a decimal int represented as a string. Ignores characters that are not decimal.

pure @safe
int
parseDec
(
S
)
(
S s
)

Meta