initWithSet_copyItems_ method

NSOrderedSet initWithSet_copyItems_(
  1. NSSet set,
  2. bool flag
)

Implementation

NSOrderedSet initWithSet_copyItems_(NSSet set, bool flag) {
  final _ret = _lib._objc_msgSend_411(
      _id, _lib._sel_initWithSet_copyItems_1, set._id, flag);
  return NSOrderedSet._(_ret, _lib, retain: false, release: true);
}