-
Notifications
You must be signed in to change notification settings - Fork 199
/
Copy pathgo_further.yml
36 lines (35 loc) · 1.98 KB
/
go_further.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
- title: "Value and Reference Types"
description: "This article describes the differences in behavior between _value types_ and _reference types_—a fundamental part of learning Swift and choosing between structures and classes."
content_type: article
content_url: /documentation/articles/value-and-reference-types.html
thumbnail_url: #TBD
release_date: 2023-04-29
external: false
- title: "Generics"
description: "In Swift, generics are a fundamental way to write abstract code. This video walks through the basics of Swift Generics and introducing generics into your code."
content_type: video
content_url: https://developer.apple.com/videos/play/wwdc2022/110352/
thumbnail_url: /assets/images/getting-started/swift-generics-thumbnail.jpg
release_date: 2021-06-09
external: true
- title: "Concurrency"
description: "Swift has concurrency features built into the language making it easier to write concurrent code with the assistance of the compiler. This video introduces the async/await mechanism, a key part of Swift Concurrency."
content_type: video
content_url: https://developer.apple.com/videos/play/wwdc2021/10132/
thumbnail_url: /assets/images/getting-started/meet-async-await-thumbnail.jpg
release_date: 2021-06-08
external: true
- title: "Regular Expressions"
description: "Swift provides first-class regular expression support, commonly known as regex, for effective string processing. This video gives an overview of the power and flexibility of Swift Regex."
content_type: video
content_url: https://developer.apple.com/videos/play/wwdc2022/110357/
thumbnail_url: /assets/images/getting-started/regular-expression-thumbnail.jpg
release_date: 2022-06-07
external: true
- title: "Wrapping C/C++ Library in Swift"
description: "This article describes how to wrap a C or C++ library in Swift."
content_type: article
content_url: /documentation/articles/wrapping-c-cpp-library-in-swift.html
thumbnail_url: #TBD
release_date: 2023-11-08
external: false