Package: closer-mop
Function intern-eql-specializer
Lambda List
intern-eql-specializer (object)
Arguments
Return Value
The result is the eql specializer metaobject for object.
Details
This function returns the unique eql specializer metaobject for object, creating one if necessary. Two calls to intern-eql-specializer with eql arguments will return the same (i.e., eq) value.
Notes
The result of calling eql-specializer-object on the result of a call to intern-eql-specializer is only guaranteed to be eql to the original object argument, not necessarily eq.