Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
iiii92263yBut most of those functions are already in STL... What for do you need a separate library?
-
@iiii simplicity, STL for example at the cost of being generic forces u to manually supply .begin() .end() as arguments for some of it’s iteration helper functions.
I want to type less and do more and still be able to tweak everything to its barebones if need rises.
Related Rants
Hear me out:
Lodash.js but for C++
question
c
c++
javascript
nodejs
lodash