Array
extension Array where Element : Equatable
-
Appends
elementtoselfiff it is not already contained inself.Complexity
O(n) where n is the length ofself.Declaration
Swift
fileprivate mutating func appendUnlessContained(_ element: Element)
View on GitHub