Crate in_definite

Source
Expand description

§in_definite

Get the indefinite article (‘a’ or ‘an’) to match the given word. For example: an umbrella, a user.

Structs§

Options

Enums§

Is

Functions§

get_a_or_an
Get ‘a’ or ‘an’ to match the given word.
get_a_or_an_options
Get ‘a’ or ‘an’ to match the given word, with options.
is_an
Returns true if the given word should be used with ‘an’ (not ‘a’).
is_an_options
Get ‘a’ or ‘an’ to match the given word, with options.