Function
GSCompareLists(_:_:) GSCompareListsGSCompareLists
Declaration
func GSCompareLists(_ firstCollection: [Any]!, _ secondCollection: [Any]!) -> [Any]!Declaration
NSArray *GSCompareLists(NSArray *firstCollection, NSArray *secondCollection);Declaration
GSCompareLists(firstCollection: list, secondCollection: list) -> list