[][src]Crate alphabet

Provides utilities for working with alphabets.

Note: This package re-exports the alphabet!() macro defined by the crate alphabet_macro.

Macros

alphabet

Declares a constant alphabet. You can choose any valid identifier as the name for the alphabet.

Traits

WordIterable

Allows to iterate over words of an alphabet (i.e. A* for some alphabet A). This is an infinite iterator.