Function
Hashes the elements of a sequence.
common-extensions
table-extensions
sequence-hash elt-hash-function sequence initial-state
#key ordered => hash-id result-state
<function>.
<sequence>.
<hash-state>.
<integer>.
<hash-state>.
Hashes every element of sequence 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.