Clock.toHash

A hash code for this clock. !(p) Clocks should override this method based on their state and to meet the contract of {@link Object#hashCode}. If not overridden, the behavior is defined by {@link Object#hashCode}

@return a suitable hash code

class Clock
override @trusted nothrow
size_t
toHash
()

Meta