TotallyOrdered<T> Concept

A Regular type whose objects can be compared with operators <, >, <= and >=.

Examples

int , String , List .

Definition

Line 99 of System.Base/Concept.cm

Refinement

Type Parameters

T

Constraints

T is LessThanComparable