subscript(of:ids:)
Returns and/or modifies the state for the equipment with given identifier and matching type.
Declaration
subscript<E>(of type: E.Type, ids equipmentIDs: some Sequence<EquipmentIdentifier>) -> [E.State?] where E : Equipment { get set }Parameters
- type:
The type of the equipment.