rt.compiler.gdc.rt.adi

Part of the D programming language runtime library. Dynamic array property support routines

Members

Functions

_adCmp
int _adCmp(Array a1, Array a2, TypeInfo ti)

Support for array compare test.

_adCmp2
int _adCmp2(Array a1, Array a2, TypeInfo ti)
Undocumented in source. Be warned that the author may not have intended to support it.
_adCmpChar
int _adCmpChar(Array a1, Array a2)

Support for array compare test.

_adEq
int _adEq(Array a1, Array a2, TypeInfo ti)

Support for array equality test.

_adEq2
int _adEq2(Array a1, Array a2, TypeInfo ti)
Undocumented in source. Be warned that the author may not have intended to support it.
_adReverse
Array _adReverse(Array a, size_t szelem)

Support for array.reverse property.

_adReverseChar
char[] _adReverseChar(char[] a)

Reverse array of chars. Handled separately because embedded multibyte encodings should not be reversed.

_adReverseWchar
wchar[] _adReverseWchar(wchar[] a)

Reverse array of wchars. Handled separately because embedded multiword encodings should not be reversed.

_adSortChar
char[] _adSortChar(char[] a)

Sort array of chars.

_adSortWchar
wchar[] _adSortWchar(wchar[] a)

Sort array of wchars.

Structs

Array
struct Array
Undocumented in source.

Meta