Function z3_sys::Z3_mk_seq_replace[][src]

pub unsafe extern "C" fn Z3_mk_seq_replace(
    c: Z3_context,
    s: Z3_ast,
    src: Z3_ast,
    dst: Z3_ast
) -> Z3_ast
Expand description

Replace the first occurrence of src with dst in s.