Bigram

Type Alias Bigram 

Source
pub type Bigram = (char, char);
Expand description

Bigram type. Used in the Playfair cipher by grouping characters and performing operations on those pairs.