AbstractList.toHash

Returns the hash code value for this list.

<p>This implementation uses exactly the code that is used to define the list hash function in the documentation for the {@link List#hashCode} method.

@return the hash code value for this list

class AbstractList(E)
override @trusted nothrow
size_t
toHash
()

Meta