Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Type Method

makeOptionalType(_:)

Creates this optional type from an optional wrapped type.
static func makeOptionalType(_ wrapped: WrappedType?) -> Self