Contents

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) -> Bool

Parameters

  • id:

    The identifier of the element to look up.