mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-03 03:05:05 +00:00
Since get() returns an empty Optional if the index is not present, we can combine these two into a single get() operation and save the cost of a virtual call.