Type Alias analiticcl::types::Alphabet

source ·
pub type Alphabet = Vec<Vec<String>>;
Expand description

Defines the alphabet, index corresponds how things are encoded, multiple strings may be encoded in the same way

Aliased Type§

struct Alphabet { /* private fields */ }