Promoted

Undocumented in source.
static if(__VERSION__ < 2073)
template Promoted (
N
) if (
isScalarType!N
) {}

Members

Aliases

Promoted
alias Promoted = CopyTypeQualifiers!(N, typeof(N.init + N.init))
Undocumented in source.

Meta