Function z3_sys::Z3_mk_bv_numeral [] [src]

pub unsafe extern "C" fn Z3_mk_bv_numeral(
    c: Z3_context,
    sz: c_uint,
    bits: *const Z3_bool
) -> Z3_ast

create a bit-vector numeral from a vector of Booleans.

See also: