Static VS Class KeywordsSwift allows us to use a static prefix on methods and properties to associate them with the type that they’re declared on rather than the…Jun 7, 2021Jun 7, 2021
Lazy keyword in SwiftSwift has a mechanism built right into the language that enables just-in-time calculation of expensive work, and it is called a lazy…May 31, 2021May 31, 2021
The Defer in Swift 5.0Swift’s defer keyword will help you to do some work after finishing the current scope.May 24, 2021May 24, 2021