Function z3_sys::Z3_sort_to_ast

source ·
pub unsafe extern "C" fn Z3_sort_to_ast(
    c: Z3_context,
    s: Z3_sort
) -> Z3_ast
Expand description

Convert a Z3_sort into Z3_ast. This is just type casting.

See also: