Function z3_sys::Z3_func_entry_get_value
[−]
[src]
pub unsafe extern "C" fn Z3_func_entry_get_value(
c: Z3_context,
e: Z3_func_entry
) -> Z3_ast
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: