dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
CompressedList.Node
cachetools
containers
lists
CompressedList
Undocumented in source.
struct
CompressedList
(T, Allocator = Mallocator, bool GCRangesAllowed = true)
struct
Node {
StoredT
v
;
byte
p
;
byte
n
;
}
Members
Variables
n
byte
n
;
Undocumented in source.
p
byte
p
;
Undocumented in source.
v
StoredT
v
;
Undocumented in source.
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