Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I made a toy implementation of D’s ranges in C++ and it was very fun and educational :)


C++'s ranges came from D, but C++ decided to construct ranges from a (begin, end) pair, which is not as good as D's design. D's ranges are constructed from a (pointer,length) pair.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: