Skip to content

Commit 944de84

Browse files
authored
Add status note Concrete Constraints on Extensions
Linked to the JIRA for this work. The Changelog.md states this is planned for release with Swift 3.1.
1 parent 796c950 commit 944de84

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)