Ramkumar Ramachandra 6716d4eaa8
[LV] Prefer DenseMap::lookup over find (NFC) (#141809)
Apart from the stylistic improvement, lookup has the nice property of
returning a default-constructed object on failure-to-find, while find
returns the end iterator, which cannot be dereferenced.
2025-06-03 14:37:19 +01:00
..