is_valid_dtmf

Function is_valid_dtmf 

Source
pub const fn is_valid_dtmf(c: char) -> bool
Expand description

Returns true if the character is a valid DTMF digit.

Valid DTMF digits are: 0-9, A-D, *, and #.