parseHex

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

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

Meta