dictionaryWithObjectsAndKeys static method
dictionaryWithObjectsAndKeys:
Implementation
static NSMutableDictionary dictionaryWithObjectsAndKeys(
objc.ObjCObject firstObject,
) {
final $ret = _objc_msgSend_1sotr3r(
_class_NSMutableDictionary,
_sel_dictionaryWithObjectsAndKeys_,
firstObject.ref.pointer,
);
return NSMutableDictionary.fromPointer($ret, retain: true, release: true);
}