Function z3_sys::Z3_get_numeral_int64 [] [src]

pub unsafe extern "C" fn Z3_get_numeral_int64(
    c: Z3_context,
    v: Z3_ast,
    i: *mut i64
) -> Z3_bool

Similar to Z3_get_numeral_string, but only succeeds if the value can fit in a machine int64_t int. Return Z3_TRUE if the call succeeded.

  • Precondition: Z3_get_ast_kind(c, v) == AstKind::Numeral

See also: