Promise.isFulfilled

Undocumented in source. Be warned that the author may not have intended to support it.
class Promise(T)
@property @trusted override const nothrow
bool
isFulfilled
()
if (
!is(Unqual!T : Exception) &&
!is(Unqual!T : Promise!K,
K
)
)

Meta