dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
CompressedList.Range
cachetools
containers
lists
CompressedList
Undocumented in source.
struct
CompressedList
(T, Allocator = Mallocator, bool GCRangesAllowed = true)
struct
Range {
T
front
();
void
popFront
();
bool
empty
();
}
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.
Meta
Source
See Implementation
cachetools
containers
lists
CompressedList
aliases
StoredT
allocator
destructors
~this
functions
back
clear
empty
front
insertBack
insertFront
length
popBack
popFront
range
remove
manifest constants
BitMapLength
NodesPerPage
PageSize
postblits
this(this)
structs
Node
NodePointer
Page
Range