Constant blinkcast::MAX_LEN

source ·
pub const MAX_LEN: usize = INDEX_MASK; // 4_294_967_295usize
Expand description

The maximum length of the buffer allowed on this platform It will be 2^16 - 1 on 32bit platforms and 2^32 - 1 on 64bit platforms