Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Event Timeline
Perhaps this should be built by composition with some kind of range transformer (not sure if we have one of those already - maybe we do?), rather than having explicit support in join?
I'm not sure we have anything in-tree to use. I was thinking this as something like std::find_if for std::find. Just for convenience and save a temporary container. To use composition without adding a join overload, we need something like python yield?
clang-tidy: warning: invalid case style for function 'join_impl' [readability-identifier-naming]
not useful