Sorted.capacity

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

Meta