Function z3_sys::Z3_to_app

source ·
pub unsafe extern "C" fn Z3_to_app(c: Z3_context, a: Z3_ast) -> Z3_app
Expand description

Convert an ast into an Z3_app. This is just type casting.

Preconditions:

  • Z3_get_ast_kind(c, a) == AstKind::App

See also: