Required Associated Typeswift 6.0.1Swift

    Element

    The element type of the option set.

    associatedtype Element = Self

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

    Restates

    Other requirements

    Type members