mutils ~master (2018-10-28T20:05:58Z)
Dub
Repo
BucketWithBits.Range
mutils
container
buckets_chain
BucketWithBits
Undocumented in source.
struct
BucketWithBits
(T, uint elementsNum = 128)
struct
Range {
BucketWithBits
!(
T
,
elementsNum
)*
bucket
;
int
lastElementNum
;
bool
empty
();
T
front
();
void
popFront
();
}
Members
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
front
T
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
bucket
BucketWithBits
!(
T
,
elementsNum
)*
bucket
;
Undocumented in source.
lastElementNum
int
lastElementNum
;
Undocumented in source.
Meta
Source
See Implementation
mutils
container
buckets_chain
BucketWithBits
destructors
~this
functions
add
clear
getRange
initialize
isFull
isIn
length
opApply
opOpAssign
remove
reset
structs
Range
variables
elements
emptyElements