mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
The derivative wrt `self` should drop the last element from the incoming seed. Example: - Incoming seed: [1, 2, 3, 4] - Derivative wrt `self`: [1, 2, 3] - Derivative wrt appended element: 4
13 KiB
13 KiB