Im seeking some understanding on the code below:
NSMutableArray<DEVICEID*>* device_a = @[
[device_IDENTIFY command],
[device_STATUS command],
[device__POWER command]].mutableCopy;
Is this code creating an array of objects, where on each initialization of each element in the array calls the constructor for each object?