Function z3_sys::Z3_get_datatype_sort_num_constructors[][src]

pub unsafe extern "C" fn Z3_get_datatype_sort_num_constructors(
    c: Z3_context,
    t: Z3_sort
) -> c_uint
Expand description

Return number of constructors for datatype.

Preconditions:

  • Z3_get_sort_kind(t) == SortKind::Datatype

See also: