This requires the underlying element type to be orderable.
An empty `Sequence` is always less or equal to any other `Sequence`. Two non empty `Sequence`s whose first elements are unequal are ordered by the order of those two elements. If those two elements are equal, the tail of both `Sequence`s will be used to find the order.
0.094dev (2025-06-18 15:08:51 GIT hash 89cffc23ae669b0898a5564fefbf793fcb8e5ca7 built by fridi@fzen)
This requires the underlying element type to be orderable.
An empty `Sequence` is always less or equal to any other `Sequence`. Two non
empty `Sequence`s whose first elements are unequal are ordered by the
order of those two elements. If those two elements are equal, the tail
of both `Sequence`s will be used to find the order.