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

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 []

Suggestion Box / Bug Report