Skip to main content

sort_tuple_get_element_sorts

Function sort_tuple_get_element_sorts 

Source
pub unsafe extern "C" fn sort_tuple_get_element_sorts(
    sort: Sort,
    size: *mut usize,
) -> *const Sort
Expand description

Get the element sorts of a tuple sort. @param sort The sort. @param size The size of the resulting array of tuple element sorts. @return The element sorts of a tuple sort.