Mehdi Amini b70de61f48 Add all_of_zip to STLExtras
This takes two ranges and invokes a predicate on the element-wise pair in the
ranges. It returns true if all the pairs are matching the predicate and the ranges
have the same size.
It is useful with containers that aren't random iterator where we can't check the
sizes in O(1).

Differential Revision: https://reviews.llvm.org/D106605
2021-07-29 05:00:35 +00:00
..
2021-07-29 05:00:35 +00:00
2021-04-21 18:44:12 -07:00