cast(Dst) srcWarn.onBadCast
Dst onBadCast(Dst, Src)(Src src)Called automatically upon a bad cast from src to type Dst (one that loses precision or attempts to convert a negative value to an unsigned type).
Parameters
src | The source of the cast |
Dst | The target type of the cast |