undead v1.1.4 (2021-03-04T08:12:54Z)
Home
Dub
Repo
parseInteger.value
undead
metastrings
parseInteger
Undocumented in source.
enum
value
;
enum
value
;
enum
value
;
enum
value
;
template
parseInteger
(const(char)[] s)
static if
(!(
s.length == 0
))
static if
(!(
s[0] >= '0' && s[0] <= '9'
))
static if
(!(
s.length >= 2 && s[0] == '-' && s[1] >= '0' && s[1] <= '9'
))
enum
value
=
""
;
Meta
Source
See Source File
undead
metastrings
parseInteger
manifest constants
rest
value