IIRC that talk of about using indices (u32) to represent data in an array. That is orthogonal to representing that information in the type system since you can just type the index
How do you distinguish the array from the index? Is an array not just a pointer and index description?
How do you distinguish the array from the index? Is an array not just a pointer and index description?