pub const MAX_EDGE_LABELS: usize = _; // 4_294_967_294usizeExpand description
Hard upper bound on the number of distinct edge labels an individual
CsrIndex can intern. u32::MAX is the type-theoretic ceiling;
leaving one slot unused lets callers use u32::MAX as an “invalid”
sentinel should they need it.