Constant unicode_bidi::level::MAX_IMPLICIT_DEPTH
source ยท pub const MAX_IMPLICIT_DEPTH: u8 = _; // 126u8
Expand description
During implicit level resolution, embedding level can go as high as max_depth + 1
.
pub const MAX_IMPLICIT_DEPTH: u8 = _; // 126u8
During implicit level resolution, embedding level can go as high as max_depth + 1
.