Contents

subscript(_:)

Accesses the element with the specified identifier.

Declaration

subscript(id: IKRig.ConstraintsCollection.Element.ID) -> IKRig.ConstraintsCollection.Element? { get set }

Parameters

  • id:

    The identifier of the requested element.

Overview