package
1.0.6
Repository: https://github.com/adohe/go-datastructures.git
Documentation: pkg.go.dev

# 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.