indicesOfObjectsByEvaluatingWithContainer_count_ method

Pointer<Long> indicesOfObjectsByEvaluatingWithContainer_count_(
  1. NSObject container,
  2. Pointer<Long> count
)

Implementation

ffi.Pointer<ffi.Long> indicesOfObjectsByEvaluatingWithContainer_count_(
    NSObject container, ffi.Pointer<ffi.Long> count) {
  return _lib._objc_msgSend_647(
      _id,
      _lib._sel_indicesOfObjectsByEvaluatingWithContainer_count_1,
      container._id,
      count);
}