Skip to content

Replace Go Further strings item with item about types (structures and classes) #254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions _data/go_further.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
thumbnail_url: /assets/images/getting-started/regular-expression-thumbnail.jpg
release_date: 2022-06-07
external: true
- title: "Strings Under The Hood"
description: "Swift strings provide a fast, Unicode-compliant way to work with text. This article provides more detail on how strings are implemented in Swift using UTF-8 and the reasons behind that choice."
- title: "Structures and Classes"
description: "In Swift, many existing types as well as types you define are structures and classes. This chapter of _The Swift Programming Language_ describes the similarities and differences of these fundamental building blocks, including the key concepts of value types and reference types."
content_type: article
content_url: /blog/utf8-string/
content_url: https://docs.swift.org/swift-book/documentation/the-swift-programming-language/classesandstructures
thumbnail_url: #TBD
release_date: 2019-03-20
external: false
release_date: 2022-09-12
external: true