Constant fvm_ipld_amt::MAX_INDEX

source ·
pub const MAX_INDEX: u64 = _; // 18_446_744_073_709_551_614u64
Expand description

MaxIndex is the maximum index for elements in the AMT. This u64::MAX-1 so we don’t overflow u64::MAX when computing the length.