Documentation Language: Swift

Method

difference(from:by:)

Inherited from BidirectionalCollection.difference(from:by:).

func difference<C>(from other: C, by areEquivalent: (C.Element, Self.Element) -> Bool) -> CollectionDifference<Self.Element> where C : BidirectionalCollection, Self.Element == C.Element