No overview available.
SDK
- Xcode 10.2+
Framework
- Swift Standard Library
No overview available.
SDK
Framework
func insert(Element) -> (inserted: Bool, member After Insert: Element)
Inserts the given element in the set if it is not already present.
func update(with: Element) -> Element?
Inserts the given element into the set unconditionally.
func reserve Capacity(Int)
Reserves enough space to store the specified number of elements.