capture

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Capture!T capture(T args)
    capture
    (
    T...
    )
    (
    auto ref T args
    )
    if (
    !is(T[0] == RequestSendThen) &&
    !is(T[0] == TypedRequestSendThen!(TAddress, Params),
    TAddress
    Params...
    )
    )
  2. auto capture(RequestSendThen r, Captures captures)
  3. auto capture(TR r, Captures captures)

Meta