Function z3_sys::Z3_mk_string_sort

source ·
pub unsafe extern "C" fn Z3_mk_string_sort(c: Z3_context) -> Z3_sort
Expand description

Create a sort for 8 bit strings.

This function creates a sort for ASCII strings. Each character is 8 bits.