rangeless icon indicating copy to clipboard operation
rangeless copied to clipboard

c++ LINQ -like library of higher-order functions for data manipulation

Results 3 rangeless issues
Sort by recently updated
recently updated
newest added

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...