SortedList.opSlice

Returns a slice from the list.

struct SortedList(E, alias cmp = "a < b", bool allowDuplicates = true, alias equal = "a == b")
@safe nothrow pure
SortedList!(E, cmp, allowDuplicates, equal)
opSlice
(
size_t i0
,
size_t i1
)

Meta