Function z3_sys::Z3_get_range[][src]

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

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.