Z3_mk_seq_extract

Function 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,
) -> Option<Z3_ast>
Expand description

Extract subsequence starting at offset of length.