pub unsafe extern "C" fn Z3_stats_get_uint_value(
c: Z3_context,
s: Z3_stats,
idx: c_uint,
) -> c_uintExpand description
Return the unsigned value of the given statistical data.
ยงPreconditions:
idx < Z3_stats_size(c, s) && Z3_stats_is_uint(c, s)