pub unsafe extern "C" fn Z3_mk_seq_sort(
c: Z3_context,
s: Z3_sort,
) -> Option<Z3_sort>Expand 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,
) -> Option<Z3_sort>Create a sequence sort out of the sort for the elements.