Closed goodmami closed 4 years ago
With the ability to specify multiple sorting keys (#70), it makes more sense to add alphanumeric sorting as its own function. The canonical_order() method could then be defined as just a tuple of is_role_inverted() and alphanumeric_order().
canonical_order()
is_role_inverted()
alphanumeric_order()
With the ability to specify multiple sorting keys (#70), it makes more sense to add alphanumeric sorting as its own function. The
canonical_order()
method could then be defined as just a tuple ofis_role_inverted()
andalphanumeric_order()
.