mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00: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