Function z3_sys::Z3_mk_int_symbol[][src]

pub unsafe extern "C" fn Z3_mk_int_symbol(
    c: Z3_context,
    i: c_int
) -> Z3_symbol
Expand description

Create a Z3 symbol using an integer.

Symbols are used to name several term and type constructors.

NB. Not all integers can be passed to this function. The legal range of unsigned integers is 0 to 2^30-1.

See also: