var._warnCoercion

private void _warnCoercion(string op, Type from, Type to, string details = null) @safe

Emit a debug-only warning for semantic-changing coercions.

Note

This is compiled only when version(DDN_VAR_TYPE_COERCE) is enabled.