fn() orderOccurrences
Sorts a string of occurrences.

Defined in <seqan/index.h>
Signature void orderOccurrences(occString);

Parameters

occString String of occurrences.

Detailed Description

The occurrences are sorted by increasing positions.

Data Races

Thread safety unknown!

See Also