EqualByteArray

Utility class that wraps a byte array and implements the equals() and hashCode() contract in a way suitable for Maps and caches.

Constructors

this
this(byte[] b)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta