indexOfObject_ method

int indexOfObject_(
  1. NSObject anObject
)

Implementation

int indexOfObject_(NSObject anObject) {
  return _lib._objc_msgSend_73(_id, _lib._sel_indexOfObject_1, anObject._id);
}