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

Return the domain of the given array sort.

In the case of a multi-dimensional array, this function returns the sort of the first dimension.

Preconditions:

  • Z3_get_sort_kind(c, t) == SortKind::Array

See also: