Function z3_sys::Z3_mk_seq_prefix
[−]
[src]
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.
Precondition: prefix and s are the same sequence sorts.