hunt-extra ~master (2022-03-03T03:00:29Z)
Home
Dub
Repo
CirularQueue.deQueue
hunt
collection
CirularQueue
CirularQueue
Undocumented in source. Be warned that the author may not have intended to support it.
struct
CirularQueue
(T, Allocator = GCAllocator, bool autoExten = false, bool addInGC = true)
pragma(
inline
, true) nothrow
T
deQueue
(
T
v
=
T.init
)
if
(
is
(
T
==
Unqual
!
T
)
)
Meta
Source
See Implementation
hunt
collection
CirularQueue
CirularQueue
aliases
InsertT
constructors
this
destructors
~this
functions
clear
deQueue
enQueue
exten
manifest constants
TSize
addToGC
mixins
__anonymous
properties
empty
front
full
length
maxLength