[][src]Function z3_sys::Z3_mk_bv_numeral

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

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

See also: