replaceObjectAtIndex_withObject_ method

void replaceObjectAtIndex_withObject_(
  1. int index,
  2. NSObject anObject
)

Implementation

void replaceObjectAtIndex_withObject_(int index, NSObject anObject) {
  _lib._objc_msgSend_470(
      _id, _lib._sel_replaceObjectAtIndex_withObject_1, index, anObject._id);
}