alias ICU::BiDi::Direction
Overview
Represents the directionality of text (LTR, RTL, Mixed, Neutral).
Corresponds to ICU's UBiDiDirection
.
Alias Definition
LibICU::UBiDiDirection
Defined in:
icu/bidi.crConstant Summary
-
Ltr =
0
-
Mixed =
2
-
Neutral =
3
-
Rtl =
1