Hacker News new | ask | show | jobs
by Mawr 1597 days ago
If you need to look up or worse, delete, a value in a slice, then you probably shouldn't be using a slice in the first place. You probably want to replace your slice with a set.