Gedichte
Musik
Bilder
Quellcodebibliothek
Diashow
Normaldarstellung
Quellcodebibliothek
Statistik
Leitseite
products
/
sources
/
formale Sprachen
/
C
/
Firefox
/
intl
/
icu_capi
/
bindings
/
js
/ (
Browser von der Mozilla Stiftung
Version 136.0.1
©
) Datei vom 10.2.2025 mit Größe 265 B
Quelle ICU4XOrdering.d.ts Sprache: unbekannt
/**
* See the {@link
https://docs.rs/core/latest/core/cmp/enum.Ordering.html
Rust document
ation for `Ordering`} for more information.
*/
export enum ICU4XOrdering {
/**
*/
Less = 'Less',
/**
*/
Equal = 'Equal',
/**
*/
Greater = 'Greater',
}
[ Dauer der Verarbeitung: 0.15 Sekunden (vorverarbeitet)
]
2026-04-06