Documentation Language: Swift

Method

difference(from:)

Inherited from BidirectionalCollection.difference(from:).

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