contains(_:)
Returns a Boolean value that indicates whether the collection contains an element with a specific identifier.
Declaration
func contains(_ id: IKComponent.SolverCollection.Element.ID) -> BoolParameters
- id:
The identifier of the element to look up.