replaceObjectAtIndex_withObject_ method

void replaceObjectAtIndex_withObject_(
  1. int idx,
  2. NSObject object
)

Implementation

void replaceObjectAtIndex_withObject_(int idx, NSObject object) {
  _lib._objc_msgSend_470(
      _id, _lib._sel_replaceObjectAtIndex_withObject_1, idx, object._id);
}