Z3_mk_string_sort

Function Z3_mk_string_sort 

Source
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.