Function z3_sys::Z3_get_array_sort_range [] [src]

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

Return the range of the given array sort.

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

See also: