parseOct

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

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

Meta