t_oc

Type Alias Ab

Source
pub type Ab = fn() -> Alphabet;
Expand description

Alphabet function. Constructs alphabet that supports chosen chars.

Not all arms necessarily have to logically exists.

For details see english_letters::ab implementation.