Sets a fallback sorter for when two translations are in the same position
Optional fallback: SortFallback<T, any[]>Sets this sort to be reversed
Sets whether this sort should be reversed
Sets a custom sorter to override the default sort functionality
Note: When a custom sorter is used, fallbacks registered in setFallback will not be.
Optional sorter: SortFallback<T, A>Rest ...args: ASets a custom translator, which takes each value to sort and makes a string from it. These strings are cached by the sorter
Generated using TypeDoc
Sets this translation sorter to be getting the entry with the given mapper