pub type Z3_param_kind = ParamKind;
#[repr(u32)]pub enum Z3_param_kind { Uint = 0, Bool = 1, Double = 2, Symbol = 3, String = 4, Other = 5, Invalid = 6, }
integer parameters.
boolean parameters.
double parameters.
symbol parameters.
string parameters.
all internal parameter kinds which are not exposed in the API.
invalid parameter.