The element type of the option set.
Required.
SDK
- Xcode 8.0+
Framework
- Swift Standard Library
Declaration
associatedtype Element = Self
Discussion
To inherit all the default implementations from the Option protocol, the Element type must be Self, the default.