mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-11 01:22:43 +02:00
This is a bit more idiomatic than ```c++ auto it = table.begin(); auto k = *it; table.remove(it); ``` and also saves us from copying the stored value.
58 KiB
58 KiB