initWithPointerFunctions_ method

NSPointerArray initWithPointerFunctions_(
  1. NSPointerFunctions functions
)

Implementation

NSPointerArray initWithPointerFunctions_(NSPointerFunctions functions) {
  final _ret = _lib._objc_msgSend_918(
      _id, _lib._sel_initWithPointerFunctions_1, functions._id);
  return NSPointerArray._(_ret, _lib, retain: true, release: true);
}