-
The value has never been read; the payload is the value computation.
Declaration
Swift
case unevaluated(@Sendable () -> T) -
The value has been read and is stored in the payload.
Declaration
Swift
case result(T)
Utils Docs (90% documented)
The value has never been read; the payload is the value computation.
Swift
case unevaluated(@Sendable () -> T)
The value has been read and is stored in the payload.
Swift
case result(T)