If user assign an array, a set, or a dictionary to a constant, that collection is immutable, and its size and its contents cannot be changed.
In Swift, user can declare and implement their own custom operators like +++, +-*
To find the total count of characters in a string, str, we use str.length()
To find the total capacity of an array, arr, we use arr.capacity()