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 310 B
Quelle ICU4XLocaleDirection.d.ts Sprache: unbekannt
/**
* See the {@link
https://docs.rs/icu/latest/icu/locid_transform/enum.Direction.html
R
ust documentation for `Direction`} for more information.
*/
export enum ICU4XLocaleDirection {
/**
*/
LeftToRight = 'LeftToRight',
/**
*/
RightToLeft = 'RightToLeft',
/**
*/
Unknown = 'Unknown',
}
[ Dauer der Verarbeitung: 0.15 Sekunden (vorverarbeitet)
]
2026-04-06