Skip to main content

Z3_constructor_num_fields

Function Z3_constructor_num_fields 

Source
pub unsafe extern "C" fn Z3_constructor_num_fields(
    c: Z3_context,
    constr: Z3_constructor,
) -> c_uint
Expand description

Retrieve the number of fields of a constructor

  • c: logical context.
  • constr: constructor.