AK: Publish AK::any_of by default

This commit is contained in:
Andreas Kling 2021-02-07 11:35:08 +01:00
parent 330c3fcb59
commit 7c6de80e81

View file

@ -45,3 +45,5 @@ constexpr bool any_of(
}
}
using AK::any_of;