RE: RE: Comparing C++ range libraries for filter+reverse case with non-trivial lambda
You are viewing a single comment's thread from:

RE: Comparing C++ range libraries for filter+reverse case with non-trivial lambda

Words
34
Reading
1 min
Listen
Play
2y

I think that I like std::ranges the most, because it's obvious what is going on just by looking at it. The C-like version is pretty clean too, but it's quite a bit more complex.

@serpent7776: I think that | Ecency