dmd.impcnvtab

Provides an implicit conversion table for basic types.

Used to determine integer promotions and common types.

Specification: Integer Promotions, Usual Arithmetic Conversions.

Members

Variables

impcnvResult
ENUMTY[TMAX][TMAX] impcnvResult;
Undocumented in source.
impcnvType1
ENUMTY[TMAX][TMAX] impcnvType1;
Undocumented in source.
impcnvType2
ENUMTY[TMAX][TMAX] impcnvType2;
Undocumented in source.

Meta