/
Launch Apollo Studio


PROTOCOL

OptionalType

public protocol OptionalType: ExpressibleByNilLiteral

Provides a PAT interface to Optional<T>

Properties

underlying

var underlying: WrappedType?
Edit on GitHub