Array

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

opDollar
alias opDollar = length
Undocumented in source.

Functions

insertBack
void insertBack(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(T) opIndex(size_t idx)
Undocumented in source.
opSlice
inout(T)[] opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
inout(T)[] opSlice(size_t a, size_t b)
Undocumented in source.
popBack
void popBack()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(size_t idx)
Undocumented in source.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
swap
void swap(Array other)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

back
inout(T) back [@property getter]
Undocumented in source.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
inout(T) front [@property getter]
Undocumented in source.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta