pub const MAX_CODE_UNITS: usize = _; // 4_611_686_018_427_387_903usize
The largest code-unit allocation representable by Rust’s collection APIs.
This bound also makes multiplication by the size of a code unit safe.