1 2 3 4
pub type Point = [usize; 2]; //x, y pub type Dimensions = [usize; 2]; //width, height pub type RGBColor = [u8; 3]; //rgb