Applies the given difference to this collection.
SDK
- Xcode 11.0+
Framework
- Swift Standard Library
Declaration
Parameters
difference
The difference to be applied.
Return Value
An instance representing the state of the receiver with the difference applied, or nil
if the difference is incompatible with the receiver’s state.
Discussion
Complexity: O(n + c), where n is self
and c is the number of changes contained by the parameter.