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 1fb3a93 commit 8f26f4fCopy full SHA for 8f26f4f
exercises/concept/bomb-defuser/.docs/introduction.md
@@ -47,3 +47,5 @@ func makeAdder(base: Int) -> (Int) -> Int {
47
{ (x: Int) -> Int in base + x }
48
}
49
```
50
+
51
+[closure-expressions]: https://docs.swift.org/swift-book/documentation/the-swift-programming-language/closures/#Closure-Expressions
0 commit comments