Skip to main content

code

Function code 

Source
pub fn code(letter: char) -> Option<&'static Code>
Expand description

Returns the phonetic code for a given character. If the character is not found in the phonetic alphabet, it returns None.