[][src]Function z3_sys::Z3_get_sort

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

Return the sort of an AST node.

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