Array

struct Array<Element> : RandomAccessCollection, MutableCollection
  • Deprecated in favor of Dwifft.diff.

    Declaration

    Swift

    public func diff(_ other: [Element]) -> [DiffStep<Element>]
  • Deprecated in favor of Dwifft.apply.

    Declaration

    Swift

    public func apply(_ diff: [DiffStep<Element>]) -> [Element]