Easy-to-use general stateless default comparator that uses <=> to compare things.

Property definitions

core :: sorter $ Sys :: default_comparator
# Easy-to-use general stateless default comparator that uses `<=>` to compare things.
fun default_comparator: DefaultComparator do return once new DefaultComparator
lib/core/collection/sorter.nit:359,1--360,78