init(baseValue:)
Creates a new instance that wraps the specified base value.
Declaration
init(baseValue: Self.BaseValue) throwsParameters
- baseValue:
The underlying value to wrap.
Creates a new instance that wraps the specified base value.
init(baseValue: Self.BaseValue) throwsThe underlying value to wrap.