Function Z3_get_sort

Source
pub unsafe extern "C" fn Z3_get_sort(
    c: Z3_context,
    a: Z3_ast,
) -> Z3_sort
Expand description

Return the sort of an AST node.

The AST node must be a constant, application, numeral, bound variable, or quantifier.