Sorted.reserve

Undocumented in source.
struct Sorted(A, bool uniqueElements = true, alias less = "a < b", SwapStrategy ss = SwapStrategy.unstable)
pragma(inline, true)
static if(isDynamic)
@trusted => _raw.reserve(capacity)
reserve
(
in size_t capacity
)
if (
is(typeof(A.init[]))
)

Meta