Skip to main content

to_table

Function to_table 

Source
pub fn to_table<const S: usize, I>(a: &[[I; S]]) -> String
where I: AsRef<str>,