qml.queuing.Optional

Optional = typing.Optional[source]

Optional type.

Optional[X] is equivalent to Union[X, None].