Hacker News new | ask | show | jobs
by ajasmin 4267 days ago
Let's hope that makes it to the standard.

Begin & end arguments are distasteful boilerplate (safe for these few times when you need a subrange or pointer pair)

1 comments

Yep, and other languages handle that better by only forcing you to use the iterators for subranges when you need them, which at least at my job is the minority of the time.