pub unsafe extern "C" fn Z3_mk_re_diff(
c: Z3_context,
re1: Z3_ast,
re2: Z3_ast,
) -> Z3_astExpand description
Create the difference of regular expressions.
Requires Z3 4.8.14 or later.
pub unsafe extern "C" fn Z3_mk_re_diff(
c: Z3_context,
re1: Z3_ast,
re2: Z3_ast,
) -> Z3_astCreate the difference of regular expressions.
Requires Z3 4.8.14 or later.