Skip to content

Commit 5b42230

Browse files
authored
Merge pull request #6227 from regnerjr/patch-1
Add status note Concrete Constraints on Extensions
2 parents 8d3516a + 944de84 commit 5b42230

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/GenericsManifesto.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ extension Array where Element == String {
6565

6666
This is a highly-requested feature that fits into the existing syntax and semantics. Note that one could imagine introducing new syntax, e.g., extending `Array<String>`, which gets into new-feature territory: see the section on "Parameterized extensions".
6767

68+
This feature is tracked by [SR-1009](https://bugs.swift.org/browse/SR-1009) and work has been completed. This feature is planned for release with Swift 3.1.
69+
6870

6971
## Parameterizing other declarations
7072

0 commit comments

Comments
 (0)