NormalizedArray

Array with normalized comparison and hashing.

Constructors

this
this(T[] arr)
Undocumented in source.

Members

Functions

opCmp
int opCmp(T[] other)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(typeof(this) other)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(typeof(this) other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(T[] other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(typeof(this) other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(typeof(this) other)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
hash_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

arr
T[] arr;

Underlying array.

Parameters

T

array element type to wrap.

normalize

function which should return a range of normalized elements.

Meta