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