ORDKEY
signatureThe ORDKEY
signature defines a key type which is totally
ordered. Note that anything ascribing to ORDKEY
implicitly
ascribes to EQKEY
as well.
type t
val equal : t * t → bool
val compare : t * t → order
val toString : t → string
type t
val equal :
t * t → bool
val compare :
t * t → order
LESS
, EQUAL
, or
GREATER
as appropriate for the argument pair. This
operation is transitive.val toString :
t → string