From 14d6c281e75c054695fef51a44d0f8f81e94c86a Mon Sep 17 00:00:00 2001 From: Ryo Aoyama Date: Wed, 27 Mar 2019 21:44:29 +0900 Subject: [PATCH] Update docs --- docs/Extensions.html | 2 +- docs/Extensions/Optional.html | 2 +- docs/Extensions/UICollectionView.html | 2 +- docs/Extensions/UITableView.html | 2 +- docs/Protocols.html | 2 +- docs/Protocols/ContentEquatable.html | 2 +- docs/Protocols/Differentiable.html | 2 +- docs/Protocols/DifferentiableSection.html | 2 +- docs/Structs.html | 2 +- docs/Structs/AnyDifferentiable.html | 2 +- docs/Structs/ArraySection.html | 2 +- docs/Structs/Changeset.html | 14 ++++----- docs/Structs/ElementPath.html | 2 +- docs/Structs/StagedChangeset.html | 38 +++++++++++++++++++---- docs/index.html | 4 +-- docs/search.json | 2 +- 16 files changed, 54 insertions(+), 28 deletions(-) diff --git a/docs/Extensions.html b/docs/Extensions.html index 37aa7da..f57310f 100644 --- a/docs/Extensions.html +++ b/docs/Extensions.html @@ -179,7 +179,7 @@

Declaration

diff --git a/docs/Extensions/Optional.html b/docs/Extensions/Optional.html index c906342..7acba00 100644 --- a/docs/Extensions/Optional.html +++ b/docs/Extensions/Optional.html @@ -153,7 +153,7 @@

Return Value

diff --git a/docs/Extensions/UICollectionView.html b/docs/Extensions/UICollectionView.html index 2eaeda5..577dc87 100644 --- a/docs/Extensions/UICollectionView.html +++ b/docs/Extensions/UICollectionView.html @@ -181,7 +181,7 @@

Parameters

diff --git a/docs/Extensions/UITableView.html b/docs/Extensions/UITableView.html index 1febca7..8c17d8e 100644 --- a/docs/Extensions/UITableView.html +++ b/docs/Extensions/UITableView.html @@ -355,7 +355,7 @@

Parameters

diff --git a/docs/Protocols.html b/docs/Protocols.html index 879bf57..56a13d2 100644 --- a/docs/Protocols.html +++ b/docs/Protocols.html @@ -185,7 +185,7 @@

Declaration

diff --git a/docs/Protocols/ContentEquatable.html b/docs/Protocols/ContentEquatable.html index 6bf9c4d..9a48639 100644 --- a/docs/Protocols/ContentEquatable.html +++ b/docs/Protocols/ContentEquatable.html @@ -160,7 +160,7 @@

Return Value

diff --git a/docs/Protocols/Differentiable.html b/docs/Protocols/Differentiable.html index 9606a9f..e3b5de5 100644 --- a/docs/Protocols/Differentiable.html +++ b/docs/Protocols/Differentiable.html @@ -161,7 +161,7 @@

Declaration

diff --git a/docs/Protocols/DifferentiableSection.html b/docs/Protocols/DifferentiableSection.html index 4da231d..9a51c25 100644 --- a/docs/Protocols/DifferentiableSection.html +++ b/docs/Protocols/DifferentiableSection.html @@ -211,7 +211,7 @@

Parameters

diff --git a/docs/Structs.html b/docs/Structs.html index 51db129..d60a27f 100644 --- a/docs/Structs.html +++ b/docs/Structs.html @@ -315,7 +315,7 @@

Declaration

diff --git a/docs/Structs/AnyDifferentiable.html b/docs/Structs/AnyDifferentiable.html index ac393e8..268df6b 100644 --- a/docs/Structs/AnyDifferentiable.html +++ b/docs/Structs/AnyDifferentiable.html @@ -307,7 +307,7 @@

Declaration

diff --git a/docs/Structs/ArraySection.html b/docs/Structs/ArraySection.html index 04db05b..c9a2c05 100644 --- a/docs/Structs/ArraySection.html +++ b/docs/Structs/ArraySection.html @@ -420,7 +420,7 @@

Declaration

diff --git a/docs/Structs/Changeset.html b/docs/Structs/Changeset.html index b355d07..c920e8b 100644 --- a/docs/Structs/Changeset.html +++ b/docs/Structs/Changeset.html @@ -520,7 +520,7 @@

Declaration

Swift

@inlinable
-public var sectionChangeCount: Int { get }
+var sectionChangeCount: Int { get }
@@ -548,7 +548,7 @@

Declaration

Swift

@inlinable
-public var elementChangeCount: Int { get }
+var elementChangeCount: Int { get }
@@ -576,7 +576,7 @@

Declaration

Swift

@inlinable
-public var changeCount: Int { get }
+var changeCount: Int { get }
@@ -604,7 +604,7 @@

Declaration

Swift

@inlinable
-public var hasSectionChanges: Bool { get }
+var hasSectionChanges: Bool { get }
@@ -632,7 +632,7 @@

Declaration

Swift

@inlinable
-public var hasElementChanges: Bool { get }
+var hasElementChanges: Bool { get }
@@ -660,7 +660,7 @@

Declaration

Swift

@inlinable
-public var hasChanges: Bool { get }
+var hasChanges: Bool { get }
@@ -732,7 +732,7 @@

Declaration

diff --git a/docs/Structs/ElementPath.html b/docs/Structs/ElementPath.html index f08777d..d21a25c 100644 --- a/docs/Structs/ElementPath.html +++ b/docs/Structs/ElementPath.html @@ -247,7 +247,7 @@

Declaration

diff --git a/docs/Structs/StagedChangeset.html b/docs/Structs/StagedChangeset.html index ace5e17..b4e465e 100644 --- a/docs/Structs/StagedChangeset.html +++ b/docs/Structs/StagedChangeset.html @@ -145,7 +145,7 @@

Declaration

Swift

@inlinable
-public init<C>(_ changesets: C) where C : Collection, C.Element == Changeset<Collection>
+public init<C>(_ changesets: C) where C : Collection, C.Element == Changeset<Collection>
@@ -222,7 +222,7 @@

Declaration

Swift

@inlinable
-public init(source: Collection, target: Collection)
+init(source: Collection, target: Collection)
@@ -307,7 +307,7 @@

Declaration

Swift

@inlinable
-public init(source: Collection, target: Collection, section: Int)
+init(source: Collection, target: Collection, section: Int)
@@ -408,7 +408,7 @@

Declaration

Swift

@inlinable
-public init(source: Collection, target: Collection)
+init(source: Collection, target: Collection)
@@ -450,6 +450,32 @@

Parameters