mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05: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 |