pub fn process_lines( strategy: Strategy, lines: Vec<String>, ) -> Result<Vec<String>>
Sorts lines according to the chosen Strategy and returns the reordered lines.
lines
Strategy