Type Alias Z3_ast

Source
pub type Z3_ast = *mut _Z3_ast;
Expand description

Abstract Syntax Tree node. That is, the data structure used in Z3 to represent terms, formulas, and types.