Function wavefc::helpers::dimensions_of

source ·
pub fn dimensions_of<T>(input: &Vec<Vec<T>>) -> Vector2<usize>
Expand description

This function finds the width and height of the given 2D array.