Apple says: You can use a CollectionOfOne instance when you need to efficiently represent a single value as a collection. In simple words by using CollectionOfOne we can use any single value as collection Suppose take an Example I have array of users : let arrUsers = ["Pawan", "John", "Mike"] …