Element

The element type of the option set.

Required.

Declaration

associatedtype Element = Self

Discussion

To inherit all the default implementations from the OptionSet protocol, the Element type must be Self, the default.