# Functions
MultithreadedSortComparators will take a list of comparators and sort it using as many threads as are available.
SymMerge will perform a symmetrical merge of the two provided lists.
# Interfaces
Comparator defines items that can be sorted.
# Type aliases
Comparators defines a typed list of type Comparator.