process_lines

Function process_lines 

Source
pub fn process_lines(
    strategy: Strategy,
    lines: Vec<String>,
) -> Result<Vec<String>>
Expand description

Sorts lines according to the chosen Strategy and returns the reordered lines.