replaceObjectsInRange_withObjects_count_ method

void replaceObjectsInRange_withObjects_count_(
  1. _NSRange range,
  2. Pointer<Pointer<ObjCObject>> objects,
  3. int count
)

Implementation

void replaceObjectsInRange_withObjects_count_(
    _NSRange range, ffi.Pointer<ffi.Pointer<ObjCObject>> objects, int count) {
  _lib._objc_msgSend_501(
      _id,
      _lib._sel_replaceObjectsInRange_withObjects_count_1,
      range,
      objects,
      count);
}