pub fn table_right_from<I: IntoIterator<Item = T>, T: ToString>(
start: usize,
titles: I,
) -> TableExpand description
Create a new table with titles and right aligned columns
pub fn table_right_from<I: IntoIterator<Item = T>, T: ToString>(
start: usize,
titles: I,
) -> TableCreate a new table with titles and right aligned columns