pub unsafe extern "C" fn Z3_mk_seq_unit(
c: Z3_context,
a: Z3_ast,
) -> Option<Z3_ast>Expand description
Create a unit sequence of a.
pub unsafe extern "C" fn Z3_mk_seq_unit(
c: Z3_context,
a: Z3_ast,
) -> Option<Z3_ast>Create a unit sequence of a.