pub const fn max_bits() -> u64Expand description
The largest value a bit range can name, for a caller checking its own limit.
Nothing here uses it; it is the ceiling STRING_MAX imposes expressed in
bits, which is what a client asking “how big can this bitmap be” wants.