exchangeObjectAtIndex_withObjectAtIndex_ method

void exchangeObjectAtIndex_withObjectAtIndex_(
  1. int idx1,
  2. int idx2
)

Implementation

void exchangeObjectAtIndex_withObjectAtIndex_(int idx1, int idx2) {
  _lib._objc_msgSend_472(
      _id, _lib._sel_exchangeObjectAtIndex_withObjectAtIndex_1, idx1, idx2);
}