Slink.split

Standard list splitter, used by sort. Splits the list in half. Returns the head of the second half

param: s the head of the list

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

Return Value

Type: Ref

the head of the second half

Meta