pub const MAX_BTREE_LEN: u64 = _; // 4_294_967_296u64
Implicit cap on BTreeMap length, in elements. Chosen as 1 << 32 (matches the SCALE u32 count-prefix cap).
BTreeMap
1 << 32
u32