identity-hashcode ( obj -- code )
Factor handbook » The language » Collections » Hashtables » Hashtable keys

Prev:hashcode* ( depth obj -- code )


Vocabulary
kernel

Inputs
objan object


Outputs
codea fixnum


Word description
Outputs the identity hashcode of an object. The identity hashcode is not guaranteed to be unique, however it will not change during the object's lifetime.

See also
hashcode, hashcode*

Definition