Hashes the values passed to it. This function hashes every object in arguments using elem-hash-function, and merges the resulting hash codes in order.
The function elem-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.
| elem-hash-function | An instance of <function>. |
| initial-state | An instance of <hash-state>. |
| #rest arguments | Instances of <object>. |
| hash-id | An instance of <integer>. |
| result-state | An instance of <hash-state>. |