ids(of:)
Returns the identifiers of all equipment that conform to the given type.
Declaration
func ids(of type: (some Equipment).Type) -> [EquipmentIdentifier]Parameters
- type:
All returned equipment identifiers correspond to equipment of this given type.