pub unsafe extern "C" fn Z3_mk_string_sort(
c: Z3_context,
) -> Option<Z3_sort>Expand description
Create a sort for 8 bit strings.
This function creates a sort for ASCII strings. Each character is 8 bits.
pub unsafe extern "C" fn Z3_mk_string_sort(
c: Z3_context,
) -> Option<Z3_sort>Create a sort for 8 bit strings.
This function creates a sort for ASCII strings. Each character is 8 bits.