Skip to main content

mk_nullable_sort

Function mk_nullable_sort 

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

Create a nullable sort. @param tm The term manager instance. @param sort The sort of the element of the nullable. @return The nullable sort.