[][src]Function z3_sys::Z3_stats_get_uint_value

pub unsafe extern "C" fn Z3_stats_get_uint_value(
    c: Z3_context,
    s: Z3_stats,
    idx: c_uint
) -> c_uint

Return the unsigned value of the given statistical data.

Preconditions:

  • idx < Z3_stats_size(c, s) && Z3_stats_is_uint(c, s)