mk_re_option method
\brief Create the regular language \c re
.
def_API('Z3_mk_re_option', AST ,(_in(CONTEXT), _in(AST)))
Implementation
Z3_ast mk_re_option(
Z3_context c,
Z3_ast re,
) {
return _mk_re_option(
c,
re,
);
}
\brief Create the regular language \c re
.
def_API('Z3_mk_re_option', AST ,(_in(CONTEXT), _in(AST)))
Z3_ast mk_re_option(
Z3_context c,
Z3_ast re,
) {
return _mk_re_option(
c,
re,
);
}