Determines whether values of type T can be compared for ordering, i.e. using >, >=, < or <= binary operators.
$(D_KEYWORD true) if T can be compared for ordering, $(D_KEYWORD false) otherwise.
static assert(isOrderingComparable!int);
See Implementation
Determines whether values of type T can be compared for ordering, i.e. using >, >=, < or <= binary operators.