Type Definition z3_sys::Z3_bool [] [src]

type Z3_bool = bool;

Z3 Boolean type. It is just an alias for bool.