pub fn a_or_an(s: &str) -> &'static str
Grammatical tool for displaying messages to end users in a nice form.
Returns βanβ if the given string starts with a vowel, and βaβ otherwise.