collections-d v0.4.5 (2021-09-21T18:03:52Z)
Dub
Repo
SortedList.hasRange
collections
sortedlist
SortedList
Returns the amount of elements found in the set.
struct
SortedList
(E, alias cmp = "a < b", bool allowDuplicates = true, alias equal = "a == b")
@
nogc
@
safe
pure nothrow
static if
(
!allowDuplicates
)
size_t
hasRange
(
R
)
(
R
range
)
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
removeByElem
sliceByElem
toString
which
properties
arrayOf
back
empty
front
length
reserve
save
Returns the amount of elements found in the set.