The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
parse
mir
parse
Integer parsing utilities.
bool
parse
(inout(C)[] str, T value)
bool
parse
(inout(C)[] str, T value)
bool
parse
(
T
C
)
(
ref
scope
inout
(
C
)[]
str
,
out
scope
T
value
)
if
(
(
is
(
T
==
byte
) ||
is
(
T
==
short
)
)
&&
isSomeChar
!
C
)
Return Value
Type:
bool
true if success and false otherwise.
Meta
Source
See Implementation
mir
parse
enums
DecimalExponentKey
functions
parse
structs
DecimalExponentInfo
ParsePosition
templates
fromString
Integer parsing utilities.