Understand and Create Custom OptionSet in Swift
In this article, we will learn what is OptionSet in Swift and how to create your own custom OptionSet.
What is OptionSet?
In Swift, OptionSet is a protocol to represent bitset types, where individual bits represent members of a set.
OptionSet is sim...
milanpanchal.hashnode.dev4 min read