characterSetWithRange_ static method

NSCharacterSet characterSetWithRange_(
  1. ThermionDartTexture1 _lib,
  2. _NSRange aRange
)

Implementation

static NSCharacterSet characterSetWithRange_(
    ThermionDartTexture1 _lib, _NSRange aRange) {
  final _ret = _lib._objc_msgSend_187(
      _lib._class_NSCharacterSet1, _lib._sel_characterSetWithRange_1, aRange);
  return NSCharacterSet._(_ret, _lib, retain: true, release: true);
}