pub type Alphabet = Box<[Letter]>;
Tree node arms. Consists of Letters.
Letter
struct Alphabet(/* private fields */);