-
Declaration
Swift
mutating func updateMonotonically(_ other: [Element])
-
Appends to
selfthe elements insthat not contained inself.Complexity
O(m * n) where m is the length ofsand n is the length ofself.Declaration
Swift
fileprivate mutating func append<S>(disjointContentsOf s: S) where Element == S.Element, S : Sequence
View on GitHub