Creates an instance that stores the given value.
SDK
- Xcode 6.0.1+
Framework
- Swift Standard Library
Declaration
init(_ some: Wrapped)
Creates an instance that stores the given value.
SDK
Framework
init(_ some: Wrapped)
case some(Wrapped)
The presence of a value, stored as Wrapped
.