Function z3_sys::Z3_mk_re_empty[][src]

pub unsafe extern "C" fn Z3_mk_re_empty(
    c: Z3_context,
    re: Z3_sort
) -> Z3_ast
Expand description

Create an empty regular expression of sort re.

Preconditions:

  • re is a regular expression sort.