Promise.Then

Undocumented in source.
  1. template Then(U)
  2. template Then(U)
    interface Promise(T_)
    static if(!(is(T == void)))
    template Then (
    U
    ) {}

Members

Aliases

Then
alias Then = U delegate(T)
Undocumented in source.

Meta