pub unsafe extern "C" fn Z3_get_numeral_string(
    c: Z3_context,
    a: Z3_ast
) -> Z3_string
Expand description

Return numeral value, as a string of a numeric constant term

Preconditions:

  • Z3_get_ast_kind(c, a) == AstKind::Numeral

See also: