Z3_func_entry_get_value

Function Z3_func_entry_get_value 

Source
pub unsafe extern "C" fn Z3_func_entry_get_value(
    c: Z3_context,
    e: Z3_func_entry,
) -> Option<Z3_ast>
Expand description

Return the value of this point.

A Z3_func_entry object represents an element in the finite map used to encode a function interpretation.

ยงSee also: