Using Lenses in Swift
It makes things clearer, I guess?
5 min readFeb 15
--
Before we start
Difficulty: Beginner | Easy | Normal | Challenging
This article covers Lenses in Swift, which are functional getters and setters used to access and modify immutable object. This can be useful when you are working with immutable objects and want to access or modify specific parts of the object without…