pub unsafe extern "C" fn Z3_get_sort(
c: Z3_context,
a: Z3_ast,
) -> Z3_sortExpand description
Return the sort of an AST node.
The AST node must be a constant, application, numeral, bound variable, or quantifier.
pub unsafe extern "C" fn Z3_get_sort(
c: Z3_context,
a: Z3_ast,
) -> Z3_sortReturn the sort of an AST node.
The AST node must be a constant, application, numeral, bound variable, or quantifier.