sdpc v0.1.0 (2017-03-23T22:36:17Z)
Dub
Repo
digit
sdpc
parsers
Parse a sequences of digits, return an array of number
@
safe
alias
digit
(
string
_digits
)
=
transform
!(
ch
!
_digits
,
(
ch
)
=> cast(
int
)
_digits.indexOf
(
ch
)
)
Meta
Source
See Implementation
sdpc
parsers
aliases
digit
skip_whitespace
word
functions
identifier
nop
parse_escape1
parse_string
structs
ParseError
ch
not_ch
token
templates
number
variables
alphabet
digits
lower
upper
Parse a sequences of digits, return an array of number