RangeReplaceableCollection

protocol RangeReplaceableCollection : Collection where Self.SubSequence : RangeReplaceableCollection
  • Undocumented

    Declaration

    Swift

    public func apply(_ patch: [Patch<Element>]) -> Self