Function z3_sys::Z3_stats_is_uint[][src]

pub unsafe extern "C" fn Z3_stats_is_uint(
    c: Z3_context,
    s: Z3_stats,
    idx: c_uint
) -> bool
Expand description

Return true if the given statistical data is a unsigned integer.

Preconditions:

  • idx < Z3_stats_size(c, s)