AK: Publish all_of()

This commit is contained in:
Andreas Kling 2021-02-17 11:07:01 +01:00
parent cc889b3976
commit 1f401def18

View file

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