pub unsafe extern "C" fn Z3_get_numeral_binary_string(
c: Z3_context,
a: Z3_ast,
) -> Z3_stringExpand description
Return numeral value, as a binary string of a numeric constant term
ยงPreconditions
Z3_get_ast_kind(c, a) == Z3_NUMERAL_ASTa represents a non-negative integer