Skip to main content

mk_empty_sequence

Function mk_empty_sequence 

Source
pub unsafe extern "C" fn mk_empty_sequence(
    tm: *mut TermManager,
    sort: Sort,
) -> Term
Expand description

Create an empty sequence of the given element sort. @param tm The term manager instance. @param sort The element sort of the sequence. @return The empty sequence with given element sort.