Skip to main content

sort_is_record

Function sort_is_record 

Source
pub unsafe extern "C" fn sort_is_record(sort: Sort) -> bool
Expand description

Determine if given sort is a record sort. @warning This function is experimental and may change in future versions. @param sort The sort. @return True if the sort is a record sort.