Hacker News new | ask | show | jobs
by codeflo 1283 days ago
How do you do the (IMO common) 0 <= index < length?
1 comments

This you can't do, unfortunately. Would have to do something stupid like `(< -1 index length)`.