Last updated
Last updated
This class represents a sorting object with three boolean properties that indicate if the sort is empty, unsorted, or sorted.
empty
bool
Indicates if the sort is empty.
unsorted
bool
Indicates if the sort is unsorted.
sorted
bool
Indicates if the sort is sorted.