pub type Bigram = (char, char);
Bigram type. Used in the Playfair cipher by grouping characters and performing operations on those pairs.