Operatorscinfu.swiftsoup 2.8.7SwiftSoup
-=(_:_:)
OrderedSet.swift:428func -= <T, S>(lhs: inout OrderedSet<T>, rhs: S) where T : Hashable, T == S.Element, S : Sequence
func -= <T, S>(lhs: inout OrderedSet<T>, rhs: S) where T : Hashable, T == S.Element, S : Sequence
s9SwiftSoup2seoiyyAA10OrderedSetCyxGz_q_tSHRz7ElementQy_RszSTR_r0_lF
What are these?4LQP1
import SwiftSoup
class OrderedSet<T> where T : Hashable
An ordered, unique collection of objects.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
associatedtype Element where Self.Element == Self.Iterator.Element
A type representing the sequence’s elements.
protocol Sequence<Element>
A type that provides sequential, iterated access to its elements.