Function z3_sys::Z3_mk_seq_at

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

Retrieve from s the unit sequence positioned at position index.