hexDigit

Undocumented in source.
@safe
alias hexDigit = or!(charRange!('0', '9'), charRange!('a', 'f'), charRange!('A', 'F'))

Meta