RangeReplaceableCollection
protocol RangeReplaceableCollection : Collection where Self.SubSequence : RangeReplaceableCollection
-
Undocumented
Declaration
Swift
public func apply(_ patch: [ExtendedPatch<Element>]) -> Self