mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-08 05:27:14 +09:00
AK: Add a predicate variant of StringView::split_view
This commit is contained in:
parent
0497986572
commit
2370efbea6
Notes:
sideshowbarker
2024-07-18 20:27:57 +09:00
Author: https://github.com/trflynn89
Commit: 2370efbea6
Pull-request: https://github.com/SerenityOS/serenity/pull/6272
Reviewed-by: https://github.com/gmta
3 changed files with 31 additions and 1 deletions
|
@ -31,7 +31,6 @@
|
|||
#include <AK/Memory.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/StringView.h>
|
||||
#include <AK/Vector.h>
|
||||
|
||||
namespace AK {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue