pub unsafe extern "C" fn mk_bag_sort(
tm: *mut TermManager,
sort: Sort,
) -> SortExpand description
Create a bag sort. @param tm The term manager instance. @param sort The sort of the bag elements. @return The bag sort.
pub unsafe extern "C" fn mk_bag_sort(
tm: *mut TermManager,
sort: Sort,
) -> SortCreate a bag sort. @param tm The term manager instance. @param sort The sort of the bag elements. @return The bag sort.