Function z3_sys::Z3_mk_seq_extract

source ·
pub unsafe extern "C" fn Z3_mk_seq_extract(
    c: Z3_context,
    s: Z3_ast,
    offset: Z3_ast,
    length: Z3_ast
) -> Z3_ast
Expand description

Extract subsequence starting at offset of length.