DequePayload

Undocumented in source.

Members

Aliases

opDollar
alias opDollar = length
Undocumented in source.

Functions

back
inout(T) back()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
front
inout(T) front()
Undocumented in source. Be warned that the author may not have intended to support it.
insertBack
void insertBack(T item)
Undocumented in source. Be warned that the author may not have intended to support it.
insertFront
void insertFront(T item)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(T) opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
removeBack
void removeBack()
Undocumented in source. Be warned that the author may not have intended to support it.
removeFront
void removeFront()
Undocumented in source. Be warned that the author may not have intended to support it.
reserve
void reserve(size_t newCap)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta