Source code

Revision control

Copy as Markdown

Other Tools

/**
* See the {@link https://docs.rs/icu/latest/icu/collator/enum.CaseLevel.html Rust documentation for `CaseLevel`} for more information.
*/
export enum ICU4XCollatorCaseLevel {
/**
*/
Auto = 'Auto',
/**
*/
Off = 'Off',
/**
*/
On = 'On',
}