mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
AK: Publish all_of()
This commit is contained in:
parent
cc889b3976
commit
1f401def18
Notes:
sideshowbarker
2024-07-18 22:11:59 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/1f401def180
1 changed files with 2 additions and 0 deletions
|
@ -45,3 +45,5 @@ constexpr bool all_of(
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
using AK::all_of;
|
||||||
|
|
Loading…
Reference in a new issue