pub unsafe extern "C" fn Z3_constructor_num_fields(
c: Z3_context,
constr: Z3_constructor,
) -> c_uintExpand description
Retrieve the number of fields of a constructor
c: logical context.constr: constructor.
pub unsafe extern "C" fn Z3_constructor_num_fields(
c: Z3_context,
constr: Z3_constructor,
) -> c_uintRetrieve the number of fields of a constructor
c: logical context.constr: constructor.