SortedList.reserve

Sets the reserve of the underlying array and returns the current reserve.

struct SortedList(E, alias cmp = "a < b", bool allowDuplicates = true, alias equal = "a == b")
@property @safe pure nothrow
size_t
reserve
(
size_t amount
)

Meta