Slink.sort

Standard merge sort algorithm

param: s the list to sort param: cmp, the comparator to use for ordering

struct Slink(V, K = KeyDummy, bool Identity = false, bool HashCache = false)
static
sort

Return Value

Type: Ref

the head of the sorted list

Meta