Function z3_sys::Z3_get_sort[][src]

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.