Source code

Revision control

Copy as Markdown

Other Tools

/**
* See the {@link https://docs.rs/icu/latest/icu/list/enum.ListLength.html Rust documentation for `ListLength`} for more information.
*/
export enum ICU4XListLength {
/**
*/
Wide = 'Wide',
/**
*/
Short = 'Short',
/**
*/
Narrow = 'Narrow',
}