k06a / boolinq

Simplest C++ header-only LINQ template library
MIT License
628 stars 79 forks source link

order_by_descending #74

Open dnhuy4869 opened 2 years ago

dnhuy4869 commented 2 years ago

can you add this method ?

k06a commented 2 years ago

You can use order and then reverse or use order with inverted comparator