# ``Swift/OptionSet-protocol`` ## Topics ### Required Initializer When creating your own option set, implement this initializer with a fixed-width integer, like `Int`, as the `RawValue` type. - ``Swift/OptionSet/init(rawValue:)`` ### Element - ``Swift/OptionSet/Element``