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

Return the range of the given array sort.

Preconditions:

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

See also: