AK: Publish all_of()

This commit is contained in:
Andreas Kling 2021-02-17 11:07:01 +01:00
parent cc889b3976
commit 1f401def18
Notes: sideshowbarker 2024-07-18 22:11:59 +09:00

View file

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