Z3_mk_seq_replace

Function Z3_mk_seq_replace 

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

Replace the first occurrence of src with dst in s.