pub unsafe extern "C" fn Z3_mk_seq_length(
c: Z3_context,
s: Z3_ast,
) -> Option<Z3_ast>Expand description
Return the length of the sequence s.
pub unsafe extern "C" fn Z3_mk_seq_length(
c: Z3_context,
s: Z3_ast,
) -> Option<Z3_ast>Return the length of the sequence s.