Expand description

Contains the API configuration as prescribed by ECMA 402.

The meaning of the options is the same as in the similarly named options in the JS version.

See Options for the contents of the options. See the Collator::try_new for the use of the options.

Enums§

  • Whether upper case or lower case should sort first.
  • Whether numeric collation should be used, such that “1” < “2” < “10”.
  • Whether punctuation should be ignored.
  • Set the sensitivity of the collation.
  • Set the intended usage for this collation.