pub unsafe extern "C" fn Z3_mk_seq_sort(
c: Z3_context,
s: Z3_sort,
) -> Z3_sortExpand description
Create a sequence sort out of the sort for the elements.
pub unsafe extern "C" fn Z3_mk_seq_sort(
c: Z3_context,
s: Z3_sort,
) -> Z3_sortCreate a sequence sort out of the sort for the elements.