targets(ofType:)
The targets in this package that conform to a specific type.
Declaration
func targets<T>(ofType: T.Type) -> [T] where T : TargetThe targets in this package that conform to a specific type.
func targets<T>(ofType: T.Type) -> [T] where T : Target