Skip to content

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

Protocol

OptionalType

Capable of being represented by an optional wrapped type.
protocol OptionalType : AnyOptionalType

Overview

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

Topics

Associated Types

Instance Properties

Type Methods

Relationships

Inherits From

Conforming Types