pub unsafe extern "C" fn Z3_get_decl_ast_parameter(
    c: Z3_context,
    d: Z3_func_decl,
    idx: c_uint
) -> Z3_ast
Expand description

Return the expression value associated with an expression parameter.

Preconditions:

  • Z3_get_decl_parameter_kind(c, d, idx) == ParameterKind::AST