segment.Segment

Undocumented in source.

Constructors

this
this(R range)
Undocumented in source.

Members

Aliases

opDollar
alias opDollar = length
Undocumented in source.

Functions

opIndex
Tuple!(TypeNuple!(E, N)) opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(Tuple!(TypeNuple!(E, N)) e, size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
Segment opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
auto opSlice(size_t i, size_t j)
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
Tuple!(TypeNuple!(E, N)) back [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
back
Tuple!(TypeNuple!(E, N)) 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
Tuple!(TypeNuple!(E, N)) front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
Tuple!(TypeNuple!(E, N)) front [@property setter]
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
Segment save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

empty
enum bool empty;
Undocumented in source.

Meta