t_oc

Type Alias Alphabet

Source
pub type Alphabet = Box<[Letter]>;
Expand description

Tree node arms. Consists of Letters.

Aliased Typeยง

struct Alphabet(/* private fields */);