(anyOrdering: StringAdd).self
(anyOrdering: StringFormat).self
(anyOrdering: ArrowAssoc[AnyOrdering[N]]).x
(Since version 2.10.0) Use leftOfArrow
instead
(anyOrdering: Ensuring[AnyOrdering[N]]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
Ordering for Any with the following rules: numerical > string > any other reference type. If a reference type is not a subclass of Ordered, it will be ordered according to its toString value.