PointerArray

Undocumented in source.

Constructors

this
this(Allocator allocator)
Undocumented in source.

Alias This

array

Members

Aliases

insert
alias insert = insertBack
Undocumented in source.
insertAnywhere
alias insertAnywhere = insertBack

Index operator overload

opDollar
alias opDollar = length
put
alias put = insertBack

Index operator overload

Functions

back
T back()
front
T front()
Undocumented in source. Be warned that the author may not have intended to support it.
insertBack
void insertBack(T value)
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.
opIndex
auto opIndex(size_t i)

Index operator overload

opIndexAssign
void opIndexAssign(T value, size_t i)

Index assignment support

opSlice
auto opSlice()
auto opSlice(size_t a, size_t b)

Slice operator overload

opSliceAssign
void opSliceAssign(T value)
void opSliceAssign(T value, size_t i, size_t j)

Slice assignment support

remove
void remove(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
shrinkTo
void shrinkTo(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta