Constant thingbuf::MAX_CAPACITY

source ·
pub const MAX_CAPACITY: usize = _; // 9_223_372_036_854_775_807usize
Expand description

Maximum capacity of a ThingBuf. This is the largest number of elements that can be stored in a ThingBuf. This is the highest power of two that can be expressed by a usize, excluding the most significant bit reserved for the “has reader” flag.