Go to the first, previous, next, last section, table of contents.


mosKeyUnsharedSlotsMatch?

Function: mosKeyUnsharedSlotsMatch? { key1 key2 -> tOrNil }
file: job.t
package: muf
status: alpha

The mosKeyUnsharedSlotsMatch? function returns a nil tOrNil value unless the two mosKey instances are semantically equivalent with regard to shared slots.

At present, this means that they must have the same number of shared slots, and must have the same slot property values for those slots excepting for the :documentation, :getFunction and :setFunction properties.


Go to the first, previous, next, last section, table of contents.