Collation.backwards

Flag that determines whether strings with diacritics sort from back of the string, such as with some French dictionary ordering.

If true compare from back to front, otherwise front to back.

struct Collation
@embedNullable
Nullable!bool backwards;

Meta