pub unsafe extern "C" fn Z3_mk_set_difference(
c: Z3_context,
arg1: Z3_ast,
arg2: Z3_ast,
) -> Z3_astExpand description
Take the set difference between two sets.
pub unsafe extern "C" fn Z3_mk_set_difference(
c: Z3_context,
arg1: Z3_ast,
arg2: Z3_ast,
) -> Z3_astTake the set difference between two sets.