Hacker News new | ask | show | jobs
by doyougnu 16 days ago
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
1 comments

How do you distinguish the array from the index? Is an array not just a pointer and index description?