Function
Hashes the values passed to it.
common-extensions
table-extensions
values-hash elt-hash-function initial-state #rest arguments => hash-id result-state
<function>.
<hash-state>.
<object>.
<hash-state>.
<integer>.
<hash-state>.
Hashes every object in arguments using elt-hash-function, and merges the resulting hash codes in order.
The function elt-hash-function must be suitable for use as a hash function. See page 123 of the Dylan Reference Manual.
The ordered keyword is passed on to merge-hash-ids.