[][src]Function z3_sys::Z3_get_range

pub unsafe extern "C" fn Z3_get_range(c: Z3_context, d: Z3_func_decl) -> Z3_sort

Return the range of the given declaration.

If d is a constant (i.e., has zero arguments), then this function returns the sort of the constant.