pub fn a_or_an<S: AsRef<str> + ?Sized>(word: &S) -> &'static strExpand description
Returns indefinite article “a” or “an” that corresponds to the word,
or an empty string if the indefinite article do not fit to the word.
Note that the function does not recognize plurals and assumes that the
word is in singular.
If an article is returned, it is followed by a space, e.g. “a “.