pub fn dimensions_of<T>(input: &Vec<Vec<T>>) -> Vector2<usize>
This function finds the width and height of the given 2D array.