Function
GSDistinctParentsOfObjectsOfClass(_:_:) GSDistinctParentsOfObjectsOfClassGSDistinctParentsOfObjectsOfClass
Same as GSDistinctParentsOfObjects, but only input objects of the given class are considered; any other objects are ignored.
Declaration
func GSDistinctParentsOfObjectsOfClass(_ objects: (any NSFastEnumeration)?, _ filterClass: AnyClass?) -> NSHashTable<AnyObject>?Declaration
NSHashTable *GSDistinctParentsOfObjectsOfClass(id<NSFastEnumeration>objects, Class filterClass);Declaration
GSDistinctParentsOfObjectsOfClass(objects: object, filterClass: type) -> NSHashTable