Deque.RangeT

Undocumented in source.

Members

Aliases

A
alias A = QualifiedPayload
Undocumented in source.
E
alias E = CopyTypeQualifiers!(A, T)
Undocumented in source.
opDollar
alias opDollar = length
Undocumented in source.

Functions

opIndex
inout(E) opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex(size_t[2] rng)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex(size_t[2] rng)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex(size_t[2] rng)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
size_t[2] opSlice(size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
popBack
void popBack()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

back
inout(E) back [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
inout(E) front [@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.
save
auto save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

l
size_t l;
Undocumented in source.
p
A* p;
r
size_t r;
Undocumented in source.

Meta