From aa34219e5730aa5442ecda67ec030185893562bb Mon Sep 17 00:00:00 2001 From: Vandad Nahavandipoor Date: Thu, 3 Jun 2021 17:09:26 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 77dc324..7a599b2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Table of Contents +* [Lazy Local Variables in Swift 5.5+](#lazy-local-variables-in-swift-55) * [Actors in Swift 5.5+](#actors-in-swift-55) * [Async Getters in Swift 5.5+](#async-getters-in-swift-55) * [Custom `Sequence` in Swift](#custom-sequence-in-swift) @@ -7,6 +8,10 @@ * [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) +# Lazy Local Variables in Swift 5.5+ + +![](images/lazy-local-variables-in-swift-5-5.jpg) + # Actors in Swift 5.5+ ![](images/actors-in-swift-5-5.jpg)