collections.commons

Undocumented in source.

Members

Classes

ElementNotFoundException
class ElementNotFoundException

Thrown if an element is nog found

IncorrectArgumentsException
class IncorrectArgumentsException

Thrown if incorrect arguments are passed to a function

Functions

defaultHash
uint defaultHash(R src)

Standard digest function for hashing, using the MurMurHash3/32 algorithm

defaultHash128
ubyte[16] defaultHash128(R src)

Standard digest function for hashing, using the MurMurHash3/128 algorithm

generateOverrides
string generateOverrides()

Generates overrides to be mixed in with regular code

Static variables

attrList
string[] attrList;

Contains all possible basic attributes that might be used in a foreach situation

Meta