mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 08:32:04 +02:00
StringView::for_each_split_view allows you to process the splits in a StringView without needing to allocate a Vector<StringView> to store each of the parts. Since we migrated the implementation from the normal split_view path, we can also re-implement split_view in terms of for_each_split_view.
7.0 KiB
7.0 KiB