ikod-containers ~master (2021-10-26T12:19:13Z)
Dub
Repo
CompressedList.insertFront
ikod
containers
compressedlist
CompressedList
Insert item at front.
struct
CompressedList
(T, Allocator = Mallocator, bool GCRangesAllowed = true)
void
insertFront
(
T
v
)
Meta
Source
See Implementation
ikod
containers
compressedlist
CompressedList
aliases
StoredT
allocator
destructors
~this
functions
back
clear
empty
front
insertBack
insertFront
length
popBack
popFront
range
manifest constants
BitMapLength
NodesPerPage
PageSize
postblits
this(this)
structs
Node
Page
Range
Insert item at front.