summaryrefslogtreecommitdiff
path: root/AK/AnyOf.h
AgeCommit message (Expand)Author
2021-08-06AK: Implement any_of using common implementationLenny Maiorani
2021-07-22AK: Rewrite {AnyOf,AllOf,Find}.h to use the IteratorPairWith conceptAli Mohammad Pur
2021-07-22AK: Convert AnyOf/AllOf to east-const styleAli Mohammad Pur
2021-07-22AK: Implement {any,all}_of(IterableContainer&&, Predicate)Ali Mohammad Pur
2021-06-20AK: Reimplement any_of in terms of find_ifLenny Maiorani
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-07AK: Publish AK::any_of by defaultAndreas Kling
2021-01-15AK: Implement generic any_of algorithmLenny Maiorani