Function z3_sys::Z3_mk_bv_sort

source ·
pub unsafe extern "C" fn Z3_mk_bv_sort(
    c: Z3_context,
    sz: c_uint
) -> Z3_sort
Expand description

Create a bit-vector type of the given size.

This type can also be seen as a machine integer.

NOTE: The size of the bit-vector type must be greater than zero.