ArgValue.toHash

size_t toHash() const @safe pure nothrow

Computes a hash value for this ArgValue.

This method is required to satisfy the hash/equality contract: if two ArgValue instances compare equal via opEquals, they must produce the same hash value.

Returns

A hash value for this ArgValue.