Function translate_numeric

Source
fn translate_numeric(
    biguint_translator: impl Fn(BigUint) -> String,
    value: &VariableValue,
) -> (String, ValueKind)
Expand description

If value is a biguint or consists only of 1 or 0, translates the value using biguint_translator. If value contains other values such as X, Z etc. the result is the corresponding ValueKind