roaring ~master (2021-12-17T16:43:44.1335043)
Dub
Repo
Bitmap.addRange
roaring
roaring
Bitmap
Adds all values from
min
(included) to
max
(excluded)
class
Bitmap
@
nogc
@
safe
void
addRange
(
const
ulong
min
,
const
ulong
max
)
Meta
Source
See Implementation
roaring
roaring
Bitmap
constructors
this
destructors
~this
functions
add
addRange
andNot
andNotInPlace
contains
containsRange
dup
lengthInRange
opApply
opBinary
opBinaryRight
opEquals
opIndex
opOpAssign
opSlice
optimize
rank
remove
toArray
toString
properties
copyOnWrite
length
maximum
minimum
opDollar
sizeInBytes
Adds all values from min (included) to max (excluded)