sequence-hashcode ( n seq -- x )


Vocabulary
sequences

Inputs
nan integer
seqa sequence


Outputs
xan integer


Word description
Iterates over a sequence, computes a hashcode with hashcode* for each element, and combines them using sequence-hashcode-step.

Definition