sequence-hashcode-step ( oldhash newpart -- newhash )


Vocabulary
sequences.private

Inputs
oldhashan integer
newpartan integer


Outputs
newhashan integer


Word description
An implementation word that computes a running hashcode of a sequence using some bit-twiddling. The resulting hashcode is always a fixnum.

Definition