File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ extension Delta where Element: ~Copyable {
204
204
extension Delta : Copyable where Element: Copyable {
205
205
/// Returns a transition delta where both the source and target share the same element.
206
206
@inlinable @inline ( __always)
207
- public static func transition ( _ element: Element ) -> Self {
207
+ public static func identity ( _ element: Element ) -> Self {
208
208
. transition( source: element, target: element)
209
209
}
210
210
Original file line number Diff line number Diff line change 7
7
- `` source(_:) ``
8
8
- `` target(_:) ``
9
9
- `` transition(source:target:) ``
10
- - `` transition(_:) ``
11
10
12
11
### Initializers
13
12
32
31
- `` asyncMap(_:) ``
33
32
- `` mapAny(_:) ``
34
33
- `` mapAll(_:) ``
34
+
35
+ ### Identity Delta
36
+
37
+ - `` identity(_:) ``
You can’t perform that action at this time.
0 commit comments