SwiftUI Array methods
up:: SwiftUI onboarding
Source: Sort, Filter, and Map data arrays in Swift | Continued Learning #13
Sort
Filter
Map
Convert from one type to another.
CompactMap
For optional properties. If user.name = nil
, it just won’t be included.