Seeking Flipped `Array.contains` Utility for Predicate Generation

I searched for a flipped version of Array.contains , where you first provide the array and get a predicate, but I can't find any in either in the array module nor in the predicate. Is there an utility like this?
Was this page helpful?