backwards property

bool backwards
getter/setter pair

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. If false, compare from front to back. The default value is false.

Implementation

bool backwards;