Skip to main content

mk_set_sort

Function mk_set_sort 

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

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