Function z3_sys::Z3_get_datatype_sort_recognizer[][src]

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

Return idx’th recognizer.

Preconditions:

  • Z3_get_sort_kind(t) == SortKind::Datatype
  • idx < Z3_get_datatype_sort_num_constructors(c, t)

See also: