Matrix

Type Alias Matrix 

Source
pub type Matrix = [[char; 5]; 5];
Expand description

The Matrix type is a 5 by 5 character array.