digit

Parse a sequences of digits, return an array of number

Members

Aliases

digit
alias digit = pmap!(ch!_digits, ch => cast(int)_digits.indexOf(ch))
Undocumented in source.

Imports

indexOf (from std.string)
public import std.string : indexOf;
Undocumented in source.

Meta