Source code

Revision control

Copy as Markdown

Other Tools

/**
* See the {@link https://docs.rs/icu/latest/icu/collator/enum.AlternateHandling.html Rust documentation for `AlternateHandling`} for more information.
*/
export enum ICU4XCollatorAlternateHandling {
/**
*/
Auto = 'Auto',
/**
*/
NonIgnorable = 'NonIgnorable',
/**
*/
Shifted = 'Shifted',
}