4 lines
150 B
Text
4 lines
150 B
Text
Sorter (table : list[list[string]], ordering = "lexicographic", column = 0, reverse = false) : list[list[string]]
|
|
{
|
|
// implementation goes here
|
|
}
|