Sorted.this

Undocumented in source.
struct Sorted(A, bool uniqueElements = true, alias less = "a < b", SwapStrategy ss = SwapStrategy.unstable)
@trusted
this
()
if (
is(typeof(A.init[]))
)

Meta