[][src]Function z3_sys::Z3_mk_seq_prefix

pub unsafe extern "C" fn Z3_mk_seq_prefix(
    c: Z3_context,
    prefix: Z3_ast,
    s: Z3_ast
) -> Z3_ast

Check if prefix is a prefix of s.

Preconditions:

  • prefix and s are the same sequence sorts.