We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db44c3 commit 5deab08Copy full SHA for 5deab08
CHANGELOG.md
@@ -48,7 +48,7 @@ _**Note:** This is in reverse chronological order, so newer entries are added to
48
It's now possible to use a default value expression with a generic parameter type
49
to default the argument and its type:
50
51
- ```
+ ```swift
52
func compute<C: Collection>(_ values: C = [0, 1, 2]) {
53
...
54
}
0 commit comments