Structure Handle

An indirection for compare-and-swap operations.
The struct handle has a constructor make-handle that takes an object and a hash value as parameters.
Read-only accessor handle-hash of type fixnum refers to the hash value.
Accessor handle-object referes to the object.
Primary use of this struct is to enable compare-and-swap operations in classify-fragment and classify-pair.

Part of:

package elprep