Skip to main content

mk_bag_sort

Function mk_bag_sort 

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

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