Function rotate_matrix

Source
pub fn rotate_matrix<T: Clone>(matrix: &mut Vec<Vec<T>>)