Promise.ValueTuple

A tuple of this Promise's value. Either (T) or an empty tuple.

class Promise(T, E : Throwable = Exception)
alias ValueTuple = A

Meta