Skip to main content

mk_sequence_sort

Function mk_sequence_sort 

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

Create a sequence sort. @param tm The term manager instance. @param sort The sort of the sequence elements. @return The sequence sort.