collections-d v0.5.1 (2023-10-18T18:46:02Z)
Dub
Repo
SortedList.arrayOf
collections
sortedlist
SortedList
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
const
(
E
)[]
arrayOf
(
)
Meta
Source
See Implementation
collections
sortedlist
SortedList
aliases
opDollar
constructors
this
functions
has
hasRange
moveAt
moveFront
opBinary
opBinaryRight
opIndex
opOpAssign
opSlice
popBack
popFront
put
remove
removeBy
removeByElem
searchBy
searchByPtr
searchByRef
sliceByElem
toString
which
properties
arrayOf
back
backRef
empty
front
frontRef
length
reserve
save
Returns a copy of the underlying array.