Checks whether or not an expression can be implicitly converted to type t.
Unlike implicitCastTo, this routine does not perform the actual cast, but only checks up to what MATCH level the conversion would be possible.
Expression that is to be casted
Expected resulting type
The MATCH level between e.type and t.
See Implementation
Checks whether or not an expression can be implicitly converted to type t.
Unlike implicitCastTo, this routine does not perform the actual cast, but only checks up to what MATCH level the conversion would be possible.