Skip to content

Commit 9850ba8

Browse files
[SE-0267] Mention generic properties as a future direction
1 parent 72b1a56 commit 9850ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0267-where-on-contextually-generic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ extension Foo where T: Sequence, T.Element: Equatable {
6666
}
6767
```
6868
A step towards generalizing `where` clause usage is an obvious and farsighted improvement to the generics
69-
system with numerous future applications, including [opaque types](https://github.com/apple/swift-evolution/blob/master/proposals/0244-opaque-result-types.md), [generalized
69+
system with numerous future applications, including generic properties, [opaque types](https://github.com/apple/swift-evolution/blob/master/proposals/0244-opaque-result-types.md), [generalized
7070
existentials](https://github.com/apple/swift/blob/master/docs/GenericsManifesto.md#generalized-existentials) and constrained protocol requirements.
7171
7272
## Source compatibility and ABI stability

0 commit comments

Comments
 (0)