set(_:)
Updates the element with identifier matching the new value.
Declaration
@discardableResult mutating func set(_ newValue: IKComponent.SolverCollection.Element) -> IKComponent.SolverCollection.Element?Parameters
- newValue:
The new value to store.
Return Value
The previous value if the identifier was found, nil otherwise.