native_natural_sort_io library
Classes
- CollationLibraryLoader
- Contract for resolving a platform-native ICU library and producing collation engines.
- IcuAttr
-
ICU attribute / value constants used by
CollatorBase. - IcuCollator
- Contract for platform-native ICU collation engines.
- LinuxCollationLoader
- LinuxDelegate
- WindowsCollationLoader
- WindowsDelegate
Extensions
Typedefs
- CollationCompareFn = int Function(String a, String b)
-
Compares
aandbby collation order: negative ifasorts first, zero if collation-equal, positive ifbsorts first.