[libc++] Implement ranges::find_first_of

Reviewed By: Mordante, var-const, #libc

Spies: libcxx-commits, mgorny

Differential Revision: https://reviews.llvm.org/D126529

NOKEYCHECK=True
GitOrigin-RevId: b79b2b67725633dfb572660a0e1740190fc0afb5
diff --git a/include/module.modulemap b/include/module.modulemap
index 456632a..e9b36de 100644
--- a/include/module.modulemap
+++ b/include/module.modulemap
@@ -311,6 +311,7 @@
       module ranges_fill              { private header "__algorithm/ranges_fill.h" }
       module ranges_fill_n            { private header "__algorithm/ranges_fill_n.h" }
       module ranges_find              { private header "__algorithm/ranges_find.h" }
+      module ranges_find_first_of     { private header "__algorithm/ranges_find_first_of.h" }
       module ranges_find_if           { private header "__algorithm/ranges_find_if.h" }
       module ranges_find_if_not       { private header "__algorithm/ranges_find_if_not.h" }
       module ranges_for_each          { private header "__algorithm/ranges_for_each.h" }