Arrays and collections / Sets

NSSet *intSet = [[NSSet allocinitWithObjects: @1, @2, @3nil];
NSSet<NSString *> *strSet = [[NSSet allocinitWithObjects
    @"one"@"two"@"three"nil];