Promoted

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
  1. struct Promoted(T, U)
    extern (C++)
    struct Promoted (
    T
    U
    ) {}
  2. alias Promoted(T, U) = Promoted!(T, U).type

Members

Aliases

type
alias type = T
Undocumented in source.

Meta