cimplicitConvTo

Same as implicitConvTo(); except follow C11 rules, which are quite a bit more permissive than D. C11 6.3 and 6.5.16.1

cimplicitConvTo

Parameters

e Expression

Expression that is to be casted

t Type

Expected resulting type

Return Value

Type: MATCH

The MATCH level between e.type and t.

Meta