Quelle ICU4XCollatorStrength.d.ts
Sprache: unbekannt
|
|
/**
* See the {@link https://docs.rs/icu/latest/icu/collator/enum.Strength.html Rust docum entation for `Strength`} for more information.
*/
export enum ICU4XCollatorStrength {
/**
*/
Auto = 'Auto',
/**
*/
Primary = 'Primary',
/**
*/
Secondary = 'Secondary',
/**
*/
Tertiary = 'Tertiary',
/**
*/
Quaternary = 'Quaternary',
/**
*/
Identical = 'Identical',
}
[ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet)
]
|
2026-04-06
|