1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:57:35 +00:00

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;