Function z3_sys::Z3_get_bv_sort_size[][src]

pub unsafe extern "C" fn Z3_get_bv_sort_size(
    c: Z3_context,
    t: Z3_sort
) -> c_uint
Expand description

Return the size of the given bit-vector sort.

Preconditions:

  • Z3_get_sort_kind(c, t) == SortKind::BV

See also: