Source code

Revision control

Copy as Markdown

Other Tools

/**
*/
export enum ICU4XBidiDirection {
/**
*/
Ltr = 'Ltr',
/**
*/
Rtl = 'Rtl',
/**
*/
Mixed = 'Mixed',
}