indexPathWithIndexes_length_ static method

NSIndexPath indexPathWithIndexes_length_(
  1. ThermionDartTexture1 _lib,
  2. Pointer<UnsignedLong> indexes,
  3. int length
)

Implementation

static NSIndexPath indexPathWithIndexes_length_(ThermionDartTexture1 _lib,
    ffi.Pointer<ffi.UnsignedLong> indexes, int length) {
  final _ret = _lib._objc_msgSend_880(_lib._class_NSIndexPath1,
      _lib._sel_indexPathWithIndexes_length_1, indexes, length);
  return NSIndexPath._(_ret, _lib, retain: true, release: true);
}