SortBy.Remaining

Undocumented in source.
template SortBy(alias compare, T...)
static if(T.length > 1)
alias Remaining = Cons!(T[0..$ / 2], T[$ / 2 + 1..$])

Meta