Constant WIDTH_UNBOUNDED
pub const WIDTH_UNBOUNDED: u64 = u64::MAX; // 18_446_744_073_709_551_615u64Expand description
Unbounded-width sentinel: strictly greater than every finite code-point
width. Only the ordering matters — do NOT mirror CPython’s MAXREPEAT
or its 2**64 (width sentinel).