cachetools v0.1.1 (2019-01-11T13:20:18Z)
Dub
Repo
DList.popFront
cachetools
containers
lists
DList
pop front item.
struct
DList
(T, Allocator = Mallocator, bool GCRangesAllowed = true)
bool
popFront
@
safe
(
)
Return Value
Type:
bool
true if list was not empty
Meta
Source
See Implementation
cachetools
containers
lists
DList
aliases
insertBack
insertFront
functions
clear
head
insert_first
insert_last
length
move_to_head
move_to_tail
popBack
popFront
range
remove
tail
structs
Node
pop front item.