ConstArray

Undocumented in source.

Constructors

this
this(T[] array)
Undocumented in source.

Members

Functions

opIndex
T opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
auto opSlice(size_t x, size_t y)
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
back [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
save
typeof(this) save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

array
T[] array;
Undocumented in source.

Meta