Function write_csv_array

Source
pub fn write_csv_array(data: Vec<Vec<i16>>, csv_filename: PathBuf)
Expand description

Writes a 2D vector to a CSV file.