Source code

Revision control

Copy as Markdown

Other Tools

/**
* See the {@link https://docs.rs/icu/latest/icu/collator/enum.MaxVariable.html Rust documentation for `MaxVariable`} for more information.
*/
export enum ICU4XCollatorMaxVariable {
/**
*/
Auto = 'Auto',
/**
*/
Space = 'Space',
/**
*/
Punctuation = 'Punctuation',
/**
*/
Symbol = 'Symbol',
/**
*/
Currency = 'Currency',
}