cppfront
cppfront copied to clipboard
Make cpp2::args usable as a std::ranges::bidirectional_range
Satisfy the std::ranges::bidirectional_range
constraint, so that cpp2::args
can be used with std::ranges
adapters, etc.
See #1280.