OptionalType

    Capable of being represented by an optional wrapped type.

    OptionalType.swift:39
    protocol OptionalType : AnyOptionalType
    Browse conforming types

    This protocol mostly exists to allow constrained extensions on generic types where an associatedtype is an Optional<T>.

    Supertypes

    Requirements

    Type members

    Instance members