Sorted.source

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto source()
  2. auto source()
    struct Sorted(A, bool uniqueElements = true, alias less = "a < b", SwapStrategy ss = SwapStrategy.unstable)
    pragma(inline, true)
    static if(isDynamic)
    static if(!(is(A == U[], U)))
    source
    ()
    if (
    is(typeof(A.init[]))
    )

Meta