Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vandadnp committed Aug 25, 2021
1 parent 5537be8 commit 940d640
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Table of Contents

* [Finding Objects in `Array<T>` in Swift Using Key Paths](#finding-objects-in-arrayt-in-swift-using-key-paths)
* [Property Wrappers in Swift 5.5+](#property-wrappers-in-swift-55)
* [Lazy Local Variables in Swift 5.5+](#lazy-local-variables-in-swift-55)
* [Actors in Swift 5.5+](#actors-in-swift-55)
Expand All @@ -9,6 +10,12 @@
* [Finding Elements of Specific Type in Swift](#finding-elements-of-specific-type-in-swift)
* [Synthesized Raw Enum Values in Swift](#synthesized-raw-enum-values-in-swift)

# Finding Objects in `Array<T>` in Swift Using Key Paths

[Source Code](source/finding-objects-in-arrayt-in-swift-using-key-paths.dart)

![](images/finding-objects-in-arrayt-in-swift-using-key-paths.jpg)

# Property Wrappers in Swift 5.5+

![](images/property-wrappers-in-swift-5-5.jpg)
Expand Down

0 comments on commit 940d640

Please sign in to comment.