Changeset

  • A set of changes in the collection of sections.

    Declaration

    Swift

    public typealias DataChangeset = Changeset<[Section]>
  • An ordered collection of DataChangeset as staged set of changes in the collection of sections.

    Declaration

    Swift

    public typealias StagedDataChangeset = StagedChangeset<[Section]>