rangeless
rangeless copied to clipboard
c++ LINQ -like library of higher-order functions for data manipulation
The `exists_where` operation takes a `const Iterable&` which makes it fail when used after `fn::transform` or other operators... I think that ones that generate `seq`? The issue seems to be...
This is a bit awkward because I'm such a cmake noob but this PR adds `fn` as a interface library which allows it to be used directly via `target_link_libraries` in...
I have been playing around with rangeless as a faster compiling alternative to std::ranges and ranges-v3. I have been getting some compiler warnings that there are redundant or pessimizing moves...