mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
A projected value consists of the original value and a projection path.
For example, if the `value` is of type `struct S { var x: Int }` and `path` is `s0`, then the projected value represents field `x` of the original value.
Also, use ProjectedValue instead of AccessStoragePath.