Expand description
DenseHashTable::const_iterator — a forward iterator over occupied slots,
yielding &Item. Reference: luau/Common/include/Luau/DenseHash.h (the
const_iterator nested type). The map/set wrappers seed it with
first_occupied() and adapt the yielded &Item into &Key/(&Key, &Value).