AK: Add a predicate variant of StringView::split_view

This commit is contained in:
Timothy Flynn
2021-04-12 07:54:22 -04:00
committed by Andreas Kling
parent 0497986572
commit 2370efbea6
3 changed files with 31 additions and 1 deletions

View File

@@ -31,7 +31,6 @@
#include <AK/Memory.h>
#include <AK/String.h>
#include <AK/StringView.h>
#include <AK/Vector.h>
namespace AK {