collections-d ~master (2020-04-08T19:11:38Z)
Dub
Repo
SortedList.this
collections
sortedlist
SortedList
Constructs a sorted list out from a range.
this
(
E
[]
_array
)
this
(
Range
src
)
struct
SortedList
(E, alias cmp = "a < b", bool allowDuplicates = true, alias equal = "a == b")
this
(
Range
)
(
Range
src
)
Meta
Source
See Implementation
collections
sortedlist
SortedList
constructors
this
functions
arrayOf
back
empty
front
has
length
moveAt
moveFront
opIndex
opSlice
popBack
popFront
put
remove
removeByElem
reserve
save
sliceByElem
which
Constructs a sorted list out from a range.