Array

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(size_t dim)

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Postblit

A postblit is present on this object, but not explicitly documented in the source.

Members

Functions

insert
void insert(size_t index, size_t count, T value)

Insert 'count' copies of 'value' at 'index' position

sort
typeof(this) sort()

Sort the elements of an array

sort
typeof(this) sort()

Ditto, but use opCmp by default

toChars
const(char)* toChars()

returns elements comma separated in []

toString
const(char)[] toString()

returns elements comma separated in []

Meta