Array

Undocumented in source.

Destructor

~this
~this()

Undocumented in source.

Postblit

this(this)
this(this)

Undocumented in source.

Members

Functions

append
void append(T item)

Undocumented in source. Be warned that the author may not have intended to support it.

append
void append(T[] items)

Undocumented in source. Be warned that the author may not have intended to support it.

capacity
size_t capacity()

Undocumented in source. Be warned that the author may not have intended to support it.

empty
bool empty()

Undocumented in source. Be warned that the author may not have intended to support it.

length
size_t length()

Undocumented in source. Be warned that the author may not have intended to support it.

length
void length(size_t newlen)

Undocumented in source. Be warned that the author may not have intended to support it.

opAssign
void opAssign(Array other)

Undocumented in source.

opDollar
size_t opDollar()

Undocumented in source. Be warned that the author may not have intended to support it.

opIndex
T opIndex(size_t idx)

Undocumented in source. Be warned that the author may not have intended to support it.

opIndexAssign
T opIndexAssign(T what, size_t idx)

Undocumented in source. Be warned that the author may not have intended to support it.

opSlice
T[] opSlice()

Undocumented in source. Be warned that the author may not have intended to support it.

opSlice
T[] opSlice(size_t from, size_t to)

Undocumented in source. Be warned that the author may not have intended to support it.

opSliceAssign
void opSliceAssign(T value)

Undocumented in source. Be warned that the author may not have intended to support it.

ptr
T* ptr()

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.

reset
void reset()

Undocumented in source. Be warned that the author may not have intended to support it.

Meta