DArrayTempl

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(bool sortedMode, bool uniqueMode)
Undocumented in source.
this
this(T[] values)
Undocumented in source.
this
this(T[] values)
Undocumented in source.
this
this(bool sortedMode, bool uniqueMode, T[] values)
Undocumented in source.

Members

Functions

add
O add(T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
change
O change(size_t left, size_t right)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
O clear()
Undocumented in source. Be warned that the author may not have intended to support it.
dup
O dup()
Undocumented in source. Be warned that the author may not have intended to support it.
has
bool has(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
hasAll
bool hasAll(T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
hasAny
bool hasAny(T[] values)
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.
opCall
O opCall(T[] newItems)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
O opCall(T[] newItems)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
O remove(T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
sorting
O sorting(bool asc)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toggle
O toggle(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
toggle
O toggle(T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
uniquing
O uniquing()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

items
T[] items [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
items
T[] items [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_items
T[] _items;
Undocumented in source.

Meta