Macro dmntk_evaluator::trace_invalid_value[][src]

macro_rules! trace_invalid_value {
    () => { ... };
}
Expand description

Traces invalid value encountered during evaluation. Usually the value can not be converted from one type to another or its value is out of expected range.