Skip to main content

MAX_VEC_LEN

Constant MAX_VEC_LEN 

Source
pub const MAX_VEC_LEN: u64 = _; // 4_294_967_296u64
Expand description

Implicit cap on alloc::vec::Vec length, in elements. Matches the legacy SCALE u32 count-prefix cap (1 << 32).