Function z3_sys::Z3_mk_seq_contains

source ·
pub unsafe extern "C" fn Z3_mk_seq_contains(
    c: Z3_context,
    container: Z3_ast,
    containee: Z3_ast
) -> Z3_ast
Expand description

Check if container contains containee.

Preconditions:

  • container and containee are the same sequence sorts.