Skip to main content

ordered_files

Function ordered_files 

Source
fn ordered_files(sorted_runs: &[SortedRun<FileHandle>]) -> Vec<OrderedFile<'_>>
Expand description

Flattens sorted runs into files ordered by (start asc, end desc), breaking ties by run and position to keep the order deterministic.