initWithCapacity method
initWithCapacity:
Implementation
NSMutableDictionary initWithCapacity(int numItems) {
final $ret = _objc_msgSend_14hpxwa(
object$.ref.retainAndReturnPointer(),
_sel_initWithCapacity_,
numItems,
);
return NSMutableDictionary.fromPointer($ret, retain: false, release: true);
}