pkasting wrote:

FWIW I agree that `last(size() - n)` is worse than `subspan(n)`, and that the 
reverse transform (`subspan(size() - n)` -> `last(n)`) is better.

https://github.com/llvm/llvm-project/pull/118074
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to