Function z3_sys::Z3_mk_app[][src]

pub unsafe extern "C" fn Z3_mk_app(
    c: Z3_context,
    d: Z3_func_decl,
    num_args: c_uint,
    args: *const Z3_ast
) -> Z3_ast
Expand description

Create a constant or function application.

See also: