Element

The element type of the option set. オプションセットの要素型。

Declaration 宣言

associatedtype Element = Self

Discussion 解説

To inherit all the default implementations from the OptionSet protocol, the Element type must be Self, the default. OptionSetプロトコル由来のすべての省略時実装を継承するには、Element型はSelf、初期状態、でなければなりません。