Function z3_sys::Z3_get_domain

source ·
pub unsafe extern "C" fn Z3_get_domain(
    c: Z3_context,
    d: Z3_func_decl,
    i: c_uint
) -> Z3_sort
Expand description

Return the sort of the i-th parameter of the given function declaration.

Preconditions:

  • i < Z3_get_domain_size(d)

See also: