[][src]Function simple_ml::make_matrix_string_literal

pub fn make_matrix_string_literal<'a>(
    data: &'a Vec<Vec<String>>
) -> Vec<Vec<&'a str>>