kazutakahirata wrote: > What is the benefit to switching some of these calls to append_range member functions, when the free function works for all collections equally? The benefit is that the code looks mode "native" in C++23 and onward. https://github.com/llvm/llvm-project/pull/93384