mirror of
https://github.com/SerenityOS/serenity
synced 2024-11-05 17:46:52 +00:00
55a5c46253
This allows you to do things like: vector.insert_before_matching(value, [](auto& entry) { return value < entry; }); Basically it scans until it finds an element that matches the condition callback and then inserts the new value before the matching element. |
||
---|---|---|
.. | ||
Makefile | ||
TestHashMap.cpp | ||
TestHelpers.h | ||
TestJSON.cpp | ||
TestQueue.cpp | ||
TestString.cpp | ||
TestVector.cpp |