resolve_overlaps

Function resolve_overlaps 

Source
fn resolve_overlaps(matches: &[DetectedMatch]) -> Vec<DetectedMatch>
Expand description

Resolve overlapping matches: longest match wins. Input must be sorted by start position.