Constant unicode_bidi::level::MAX_EXPLICIT_DEPTH
source ยท pub const MAX_EXPLICIT_DEPTH: u8 = MAX_DEPTH; // 125u8
Expand description
During explicit level resolution, embedding level can go as high as max_depth
.
pub const MAX_EXPLICIT_DEPTH: u8 = MAX_DEPTH; // 125u8
During explicit level resolution, embedding level can go as high as max_depth
.