dictionaryWithCapacity static method
dictionaryWithCapacity:
Implementation
static NSMutableDictionary dictionaryWithCapacity(int numItems) {
final $ret = _objc_msgSend_14hpxwa(
_class_NSMutableDictionary,
_sel_dictionaryWithCapacity_,
numItems,
);
return NSMutableDictionary.fromPointer($ret, retain: true, release: true);
}