set(pin:)
Adds a pin to the collection.
Declaration
mutating func set(pin: GeometricPin)Discussion
If the pin’s name already exists in the collection, the new value replaces the existing one.
Adds a pin to the collection.
mutating func set(pin: GeometricPin)If the pin’s name already exists in the collection, the new value replaces the existing one.