pub const MAX_VEC_LEN: u64 = _; // 4_294_967_296u64
Implicit cap on alloc::vec::Vec length, in elements. Matches the legacy SCALE u32 count-prefix cap (1 << 32).
alloc::vec::Vec
u32
1 << 32