SortedList.arrayOf

Returns a copy of the underlying array.

struct SortedList(E, alias cmp = "a < b", bool allowDuplicates = true, alias equal = "a == b")
@property @safe nothrow pure const
E[]
arrayOf
()

Meta