The OpenD Programming Language

stringToInt

if radix is 0, guess from 0o, 0x, 0b prefixes.

long
stringToInt
(
scope const(char)[] str
,)

Meta