Hacker News new | ask | show | jobs
by andrewfromx 959 days ago
very cool. I tend to use slices everywhere and rarely use arrays. What am I missing out on?
1 comments

Thanks!

Same here, it's rare to use arrays directly in my experience. Just difficult to explain (or visualize) slices without also discussing arrays.