Unique values in Swift: Removing duplicates from an array
Removing duplicates from an array can quickly become a performance challenge when your array has thousands of items. In this week's article, we discuss performant options to efficiently get unique values, including an extension to filter by a specific property.
Read the article