Hacker News new | ask | show | jobs
by cshenton 2535 days ago
One reason I really like the 1 based indexing is that I can have a UInt index and 0 can act as a sentinel value. Really nice for writing things like vector embedded linked lists.