Skip to main content

max_bits

Function max_bits 

Source
pub const fn max_bits() -> u64
Expand 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.