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