nxt.hybridsort

Undocumented in source.

Members

Functions

hybridSort
auto hybridSort(Range r)

Perform either radix or standard sort depending on ElementType of Range.

Static variables

radixSortMinLength
size_t[IntegralBijectableTypes.length] radixSortMinLength;
Undocumented in source.

Meta