Type Definition playfair::Matrix

source ·
pub type Matrix = [[char; 5]; 5];
Expand description

The Matrix type is a 5 by 5 character array.