Set in Kotlin
What is a Set?
· A Set is a collection that holds only unique elements.
· Each element appears only once, with no duplicates.
· Useful for storing items where you need to ensure no repeats.
· Different from lists, which can have duplicate elements.